diff options
-rw-r--r-- | roles/space_server/files/nftables.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/roles/space_server/files/nftables.conf b/roles/space_server/files/nftables.conf index 9db3fb8..dee82a2 100644 --- a/roles/space_server/files/nftables.conf +++ b/roles/space_server/files/nftables.conf @@ -111,9 +111,6 @@ table ip filter { ct state established,related accept ct state invalid drop - # traffic stats - ip saddr $labitat udp dport 161 counter accept - # jumbotron webhook ip daddr $jumbotron_ip4 tcp dport 17380 counter accept @@ -198,7 +195,6 @@ table ip6 filter { table ip nat { chain portforward { - ip daddr $ext_ip4 udp dport 161 dnat 10.42.0.9 # traffic stats ip daddr $ext_ip4 tcp dport 17380 dnat $jumbotron_ip4 # jumbotron webhook } |