From cf72ca62ff533a664e92e7864bf6817a71277535 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Sat, 26 Apr 2025 09:45:25 +0200 Subject: [PATCH] Remove unused rule --- templates/nftables.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/nftables.j2 b/templates/nftables.j2 index 2a1226f..03a1caa 100644 --- a/templates/nftables.j2 +++ b/templates/nftables.j2 @@ -52,8 +52,6 @@ table ip filter { chain vpn_chain { meta l4proto { tcp, udp } th dport 53 ip saddr . ip daddr @vpn_set accept comment "DNS" - tcp dport { {{ http_port }}, {{ https_port }} } ip saddr . ip daddr @vpn_set accept comment "HTTP/HTTPS" # TODO: remove? - tcp dport 80 ip saddr {{ vpn_subnet }} ip daddr {{ transmission_nginx_ip }} accept comment "Transmission Web" tcp dport { 80, 443 } ip saddr {{ vpn_subnet }} ip daddr {{ syncthing_nginx_ip }} accept comment "Syncthing Web"