diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2022-12-10 11:10:22 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2022-12-10 11:10:22 -0500 |
commit | e34a33279b05a08309e7740925a7d059e9729b3f (patch) | |
tree | e9729f052a2889652b0876403576cb358984c73d /config | |
parent | 1d6fc4f8e0c051927720dc5783a76f55258d8f9f (diff) |
update
Diffstat (limited to 'config')
-rw-r--r-- | config/router.nix | 2 |
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; |