jobcore/iptables/empty-filter.rules

7 lines
118 B
Text
Raw Normal View History

2022-03-20 13:19:37 +01:00
# Empty iptables filter table rule file
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
COMMIT