From e50885e86989b7504636db521cf4819e396ed769 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 12 Oct 2019 14:41:07 -0400 Subject: firewall --- config/ap.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ap.nix b/config/ap.nix index 60afb3a..eadd086 100644 --- a/config/ap.nix +++ b/config/ap.nix @@ -37,7 +37,7 @@ in interface lo ACCEPT; proto icmp icmp-type echo-request ACCEPT; - interface $DEV_LAN { + interface $DEV_LAN @subchain "services" { proto (tcp udp) dport (ssh domain bootps) ACCEPT; } } -- cgit v1.2.3