use figment and try to make an "upgradeable firewall"

This commit is contained in:
tahahawa
2025-07-16 02:12:58 -04:00
parent 1eaae2016a
commit 670b701f6a
14 changed files with 236 additions and 47 deletions

View File

@@ -97,9 +97,9 @@ async fn main() {
opnsense: opnsense.get_opnsense_config(),
command: "touch /tmp/helloharmonytouching".to_string(),
}),
Box::new(OPNSenseLaunchUpgrade {
opnsense: opnsense.get_opnsense_config(),
}),
// Box::new(OPNSenseLaunchUpgrade {
// opnsense: opnsense.get_opnsense_config(),
// }),
Box::new(SuccessScore {}),
Box::new(ErrorScore {}),
Box::new(PanicScore {}),