mdns and nginx for main service

This commit is contained in:
Aiden McClelland
2021-09-14 16:45:39 -06:00
committed by Aiden McClelland
parent 9fb57d038a
commit 8dc3377bbd
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;