Update action_map.yml

Update firewall arguments
This commit is contained in:
titoko 2012-12-12 14:17:33 +01:00
parent c21db5055d
commit 8d8899b276

View file

@ -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
#############################