Add IPV6 support

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

View file

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

View file

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