Add IPV6 support

This commit is contained in:
Titoko 2012-12-12 17:40:02 +01:00
parent c3a79a8e04
commit 12b6657d95
2 changed files with 11 additions and 2 deletions

View file

@ -420,7 +420,11 @@ firewall:
- UDP
- TCP
- Both
-i:
full: --ipv6
help: ipv6
action: store_true
### firewall_disallow()
disallow:
@ -434,7 +438,10 @@ firewall:
- UDP
- TCP
- Both
-i:
full: --ipv6
help: ipv6
action: store_true
#############################

View file

@ -6,3 +6,5 @@ ipv4:
UDP: [53]
ipv6:
TCP: []
UDP: []