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