From 4d76c3d78ade04038593aeef867294c9eee2a4b8 Mon Sep 17 00:00:00 2001 From: adrien Date: Fri, 10 Sep 2021 18:41:39 +0200 Subject: wrote the skeleton of ACME. Involved solving the cosmetic warnings about CamelCase for enums (without changing the API). --- src/fw_actor.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/fw_actor.rs') diff --git a/src/fw_actor.rs b/src/fw_actor.rs index 29e6473..9000048 100644 --- a/src/fw_actor.rs +++ b/src/fw_actor.rs @@ -73,7 +73,8 @@ impl FirewallActor { let ports_to_open = messages::PublicExposedPorts { tcp_ports: diff_tcp, - udp_ports: diff_udp + udp_ports: diff_udp, + acme: HashSet::new() }; fw::open_ports(&self.ipt, ports_to_open)?; -- cgit v1.2.3