mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Update action_map.yml
Update firewall arguments
This commit is contained in:
parent
dc29da8316
commit
52ed3ba9e3
1 changed files with 10 additions and 4 deletions
|
@ -420,15 +420,21 @@ firewall:
|
||||||
- UDP
|
- UDP
|
||||||
- TCP
|
- TCP
|
||||||
- Both
|
- Both
|
||||||
name:
|
|
||||||
help: Reference name of the rule
|
|
||||||
|
|
||||||
### firewall_disallow()
|
### firewall_disallow()
|
||||||
disallow:
|
disallow:
|
||||||
action_help: Disallow connection
|
action_help: Disallow connection
|
||||||
arguments:
|
arguments:
|
||||||
name:
|
port:
|
||||||
help: Reference name of the rule to delete
|
help: Port to open
|
||||||
|
protocol:
|
||||||
|
help: Protocol associated with port
|
||||||
|
choices:
|
||||||
|
- UDP
|
||||||
|
- TCP
|
||||||
|
- Both
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#############################
|
#############################
|
||||||
|
|
Loading…
Reference in a new issue