summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2019-10-12 14:41:07 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2019-10-12 14:41:07 -0400
commite50885e86989b7504636db521cf4819e396ed769 (patch)
tree1d4c9dba16c4596368fd7170efde696d88f3eef2
parent694232126064975553b8dafd5dd126a44889a2ff (diff)
firewall
-rw-r--r--config/ap.nix2
1 files changed, 1 insertions, 1 deletions
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;
}
}