mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Add action to close turnserver ports
This commit is contained in:
parent
28eb7da9fc
commit
73b44d5fc5
1 changed files with 10 additions and 2 deletions
12
actions.json
12
actions.json
|
@ -7,8 +7,7 @@
|
|||
"description": {
|
||||
"en": "Update the ip in the turnserver config"
|
||||
}
|
||||
},
|
||||
{
|
||||
},{
|
||||
"id": "open_turnserver_firewall_ports",
|
||||
"name": "Open ports for turnserver",
|
||||
"command": "yunohost firewall allow Both 49153:49193",
|
||||
|
@ -17,4 +16,13 @@
|
|||
"description": {
|
||||
"en": "Open the ports range 49153:49193 with TCP and UDP to be able to use correctly the turnserver."
|
||||
}
|
||||
},{
|
||||
"id": "close_turnserver_firewall_ports",
|
||||
"name": "Close ports for turnserver",
|
||||
"command": "yunohost firewall disallow Both 49153:49193",
|
||||
"user": "root",
|
||||
"accepted_return_codes": [0],
|
||||
"description": {
|
||||
"en": "Close the ports range 49153:49193 with TCP and UDP. (Undo \"Open ports for turnserver\" action)"
|
||||
}
|
||||
}]
|
||||
|
|
Loading…
Reference in a new issue