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
|
||||
- TCP
|
||||
- Both
|
||||
name:
|
||||
help: Reference name of the rule
|
||||
|
||||
|
||||
### firewall_disallow()
|
||||
disallow:
|
||||
action_help: Disallow connection
|
||||
arguments:
|
||||
name:
|
||||
help: Reference name of the rule to delete
|
||||
port:
|
||||
help: Port to open
|
||||
protocol:
|
||||
help: Protocol associated with port
|
||||
choices:
|
||||
- UDP
|
||||
- TCP
|
||||
- Both
|
||||
|
||||
|
||||
|
||||
#############################
|
||||
|
|
Loading…
Reference in a new issue