mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
add upnp check
This commit is contained in:
parent
263df70ddd
commit
495e59ef76
1 changed files with 2 additions and 1 deletions
|
@ -852,10 +852,11 @@ firewall:
|
||||||
api: GET /firewall/upnp
|
api: GET /firewall/upnp
|
||||||
arguments:
|
arguments:
|
||||||
action:
|
action:
|
||||||
help: enable/disable
|
help: enable/disable/check
|
||||||
choices:
|
choices:
|
||||||
- enable
|
- enable
|
||||||
- disable
|
- disable
|
||||||
|
- check
|
||||||
- []
|
- []
|
||||||
nargs: "*"
|
nargs: "*"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue