add support for ipv6 nat
This commit is contained in:
parent
8a8192749b
commit
063d097404
2 changed files with 19 additions and 1 deletions
|
|
@ -8,6 +8,8 @@ firewall:
|
|||
output: {}
|
||||
nat_prerouting: {}
|
||||
nat_postrouting: {}
|
||||
nat6_prerouting: {}
|
||||
nat6_postrouting: {}
|
||||
chains:
|
||||
input:
|
||||
allow_ssh: tcp dport ssh
|
||||
|
|
@ -15,6 +17,8 @@ firewall:
|
|||
forward: {}
|
||||
nat_prerouting: {}
|
||||
nat_postrouting: {}
|
||||
nat6_prerouting: {}
|
||||
nat6_postrouting: {}
|
||||
policies:
|
||||
input: drop
|
||||
output: accept
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue