summaryrefslogtreecommitdiff
path: root/config/ap.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/ap.nix')
-rw-r--r--config/ap.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/config/ap.nix b/config/ap.nix
index 9bc2ef6..66a2014 100644
--- a/config/ap.nix
+++ b/config/ap.nix
@@ -40,6 +40,17 @@ in
interface $DEV_LAN @subchain "services" {
proto (tcp udp) dport (ssh domain bootps) ACCEPT;
+
+ # Chromecast
+ # proto udp dport 32768:61000 ACCEPT;
+ # proto udp dport (5353 1900) ACCEPT;
+ # proto tcp dport (8008 8009) ACCEPT;
+
+ # chain logdrop {
+ # LOG log-level warning log-prefix "dropped-lan ";
+ # DROP;
+ # }
+ # jump logdrop;
}
}