feat: started to prepare inventory / topoplogy for NCD

This commit is contained in:
2025-02-22 11:12:28 -05:00
parent 62a554fac7
commit e390f1edb3
3 changed files with 99 additions and 10 deletions

View File

@@ -97,7 +97,8 @@ impl ManagementInterface for ManualManagementInterface {
}
fn get_supported_protocol_names(&self) -> String {
todo!()
// todo!()
"none".to_string()
}
}

View File

@@ -61,7 +61,7 @@ impl HttpServer for OPNSenseFirewall {
info!("Adding custom caddy config files");
config
.upload_files(
"../../../watchguard/caddy_config",
"./data/watchguard/caddy_config",
"/usr/local/etc/caddy/caddy.d/",
)
.await