Skip to content

Commit

Permalink
Remove statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
bensofficial committed Feb 2, 2024
1 parent 93d0b12 commit e4a933e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions roles/firewall/templates/rules_proxy.v4.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*filter
:INPUT DROP [0:0]
:FORWARD DROP [0:0]
:OUTPUT ACCEPT [8:908]
:OUTPUT ACCEPT [0:0]
-A INPUT -p udp -m udp --dport 443 -j ACCEPT
-A INPUT -p udp -m udp --dport 443 -j ACCEPT
-A INPUT -p udp -m udp --dport 443 -j ACCEPT
Expand All @@ -27,9 +27,9 @@ COMMIT
# Completed on Thu Jun 20 10:00:00 2020
# Generated by iptables-save v1.6.1 on Thu Jun 20 10:00:00 2020
*nat
:PREROUTING ACCEPT [797635:54478213]
:INPUT ACCEPT [776639:47280780]
:OUTPUT ACCEPT [7310:564961]
:POSTROUTING ACCEPT [7310:564961]
:PREROUTING ACCEPT [0:0]
:INPUT ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
:POSTROUTING ACCEPT [0:0]
COMMIT
# Completed on Thu Jun 20 10:00:00 2020
2 changes: 1 addition & 1 deletion roles/firewall/templates/rules_proxy.v6.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*filter
:INPUT DROP [0:0]
:FORWARD DROP [0:0]
:OUTPUT ACCEPT [54:7261]
:OUTPUT ACCEPT [0:0]
-A INPUT -p udp -m udp --dport 443 -j ACCEPT
-A INPUT -p udp -m udp --dport 443 -j ACCEPT
-A INPUT -p udp -m udp --dport 443 -j ACCEPT
Expand Down

0 comments on commit e4a933e

Please sign in to comment.