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:
parent
c3a79a8e04
commit
12b6657d95
2 changed files with 11 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
||||
#############################
|
||||
|
|
|
@ -6,3 +6,5 @@ ipv4:
|
|||
UDP: [53]
|
||||
|
||||
ipv6:
|
||||
TCP: []
|
||||
UDP: []
|
||||
|
|
Loading…
Add table
Reference in a new issue