mdns and nginx for main service

This commit is contained in:
Aiden McClelland
2021-09-14 16:45:39 -06:00
parent e318bf58e0
commit 407ab944ba
9 changed files with 151 additions and 23 deletions

View File

@@ -1,6 +1,5 @@
use std::path::Path;
use anyhow::anyhow;
use tokio::process::Command;
use crate::util::Invoke;