mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
update firewall port update routes
This commit is contained in:
parent
27eefcb286
commit
20553de539
1 changed files with 2 additions and 2 deletions
|
@ -1210,7 +1210,7 @@ firewall:
|
||||||
### firewall_allow()
|
### firewall_allow()
|
||||||
allow:
|
allow:
|
||||||
action_help: Allow connections on a port
|
action_help: Allow connections on a port
|
||||||
api: POST /firewall/<port>
|
api: PUT /firewall/<protocol>/allow/<port>
|
||||||
arguments:
|
arguments:
|
||||||
protocol:
|
protocol:
|
||||||
help: "Protocol type to allow (TCP/UDP/Both)"
|
help: "Protocol type to allow (TCP/UDP/Both)"
|
||||||
|
@ -1243,7 +1243,7 @@ firewall:
|
||||||
### firewall_disallow()
|
### firewall_disallow()
|
||||||
disallow:
|
disallow:
|
||||||
action_help: Disallow connections on a port
|
action_help: Disallow connections on a port
|
||||||
api: DELETE /firewall/<port>
|
api: PUT /firewall/<protocol>/disallow/<port>
|
||||||
arguments:
|
arguments:
|
||||||
protocol:
|
protocol:
|
||||||
help: "Protocol type to allow (TCP/UDP/Both)"
|
help: "Protocol type to allow (TCP/UDP/Both)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue