7 lines
118 B
Text
7 lines
118 B
Text
|
# Empty iptables filter table rule file
|
||
|
*filter
|
||
|
:INPUT ACCEPT [0:0]
|
||
|
:FORWARD ACCEPT [0:0]
|
||
|
:OUTPUT ACCEPT [0:0]
|
||
|
COMMIT
|