summaryrefslogtreecommitdiff
path: root/modules/profiles/files/firewall/rules.v4
blob: bdc63cca2497bec1f8c1fbcca6d3d8b0acb69ac5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Generated by iptables-save v1.8.4 on Thu Jun  3 20:27:52 2021
*filter
:INPUT DROP [120:97784]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [526:114637]
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
-A INPUT -p udp -m udp --dport 67:68 -j ACCEPT
-A INPUT -p icmp -j ACCEPT
-A INPUT -p tcp -m tcp --dport 80 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 443 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 22 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 53 -j ACCEPT
-A INPUT -p udp -m udp --dport 53 -j ACCEPT
COMMIT
# Completed on Thu Jun  3 20:27:52 2021