add support for ipv6 nat

This commit is contained in:
nd 2020-11-01 02:17:54 +01:00
parent 8a8192749b
commit 063d097404
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
2 changed files with 19 additions and 1 deletions

View file

@ -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