forked from NationTech/harmony
use figment and try to make an "upgradeable firewall"
This commit is contained in:
@@ -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 {}),
|
||||
|
||||
Reference in New Issue
Block a user