feat: autoload iptables rules
This commit is contained in:
parent
856a444267
commit
a9f5c22a3b
3 changed files with 15 additions and 7 deletions
6
rootfs/etc/iptables/ip6tables.rules
Normal file
6
rootfs/etc/iptables/ip6tables.rules
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
*filter
|
||||
:INPUT DROP [0:0]
|
||||
:FORWARD DROP [0:0]
|
||||
:OUTPUT ACCEPT [0:0]
|
||||
-A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
|
||||
COMMIT
|
||||
Loading…
Add table
Add a link
Reference in a new issue