mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Update action_map : add upnp option for firewall
This commit is contained in:
parent
bf80f25468
commit
00b712f5bf
1 changed files with 13 additions and 1 deletions
|
@ -411,7 +411,11 @@ firewall:
|
|||
### firewall_reload()
|
||||
reload:
|
||||
action_help: Reload all firewall rules
|
||||
|
||||
arguments:
|
||||
-u:
|
||||
full: --upnp
|
||||
help: upnp
|
||||
action: store_true
|
||||
### firewall_allow()
|
||||
allow:
|
||||
action_help: Allow connection port/protocol
|
||||
|
@ -428,6 +432,10 @@ firewall:
|
|||
full: --ipv6
|
||||
help: ipv6
|
||||
action: store_true
|
||||
-u:
|
||||
full: --upnp
|
||||
help: upnp
|
||||
action: store_true
|
||||
|
||||
|
||||
### firewall_disallow()
|
||||
|
@ -446,6 +454,10 @@ firewall:
|
|||
full: --ipv6
|
||||
help: ipv6
|
||||
action: store_true
|
||||
-u:
|
||||
full: --upnp
|
||||
help: upnp
|
||||
action: store_true
|
||||
|
||||
|
||||
#############################
|
||||
|
|
Loading…
Add table
Reference in a new issue