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