Feature/nginx management (#483)

* Implements nginx controller and initialization

* adds nginx controller add to netmod add

* adds nginx remove to netmod remove

* fix code review issues
This commit is contained in:
Keagan McClelland
2021-09-20 11:13:04 -06:00
committed by Aiden McClelland
parent 8b15a5f443
commit 68fbc34bce
5 changed files with 248 additions and 23 deletions

View File

@@ -150,6 +150,7 @@ impl RpcContext {
crate::net::tor::os_key(&mut secret_store.acquire().await?).await?,
base.tor_control
.unwrap_or(SocketAddr::from(([127, 0, 0, 1], 9051))),
secret_store.clone(),
)
.await?;
let managers = ManagerMap::default();