summaryrefslogtreecommitdiff
path: root/config/router.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/router.nix')
-rw-r--r--config/router.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/router.nix b/config/router.nix
index bd6d59d..e43259b 100644
--- a/config/router.nix
+++ b/config/router.nix
@@ -110,6 +110,8 @@ in {
interface ($DEV_LAN $DEV_ADMIN) @subchain "lan_services" {
proto (tcp udp) dport 5000 ACCEPT; # random debugging
+ proto (tcp udp) dport 1080 ACCEPT; # socks proxy
+
proto (tcp udp) dport postgresql ACCEPT; # internal network only!
proto (tcp udp) dport (ssh domain bootpc bootps ntp) ACCEPT;