1
0
Fork 0
mirror of https://github.com/YunoHost/moulinette.git synced 2024-09-03 20:06:31 +02:00

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
- TCP
- Both
-i:
full: --ipv6
help: ipv6
action: store_true
### firewall_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: []