2020-02-16 10:11:37 -05:00
|
|
|
Tinc
|
2018-05-06 09:25:26 -04:00
|
|
|
~~~~
|
|
|
|
|
|
2020-02-16 10:11:37 -05:00
|
|
|
.. csv-table:: Service (ServiceController.php)
|
2018-05-06 09:25:26 -04:00
|
|
|
:header: "Method", "Module", "Controller", "Command", "Parameters"
|
|
|
|
|
:widths: 4, 15, 15, 30, 40
|
|
|
|
|
|
2020-02-16 10:11:37 -05:00
|
|
|
"``POST``","tinc","service","reconfigure",""
|
|
|
|
|
"``POST``","tinc","service","restart",""
|
|
|
|
|
"``POST``","tinc","service","start",""
|
|
|
|
|
"``POST``","tinc","service","stop",""
|
2018-05-06 09:25:26 -04:00
|
|
|
|
2020-02-16 10:11:37 -05:00
|
|
|
.. csv-table:: Resources (SettingsController.php)
|
2018-05-06 09:25:26 -04:00
|
|
|
:header: "Method", "Module", "Controller", "Command", "Parameters"
|
|
|
|
|
:widths: 4, 15, 15, 30, 40
|
|
|
|
|
|
2025-04-29 14:00:06 -04:00
|
|
|
"``POST``","tinc","settings","del_host","$uuid"
|
|
|
|
|
"``POST``","tinc","settings","del_network","$uuid"
|
2021-03-08 06:22:26 -05:00
|
|
|
"``GET``","tinc","settings","get",""
|
2025-04-29 14:00:06 -04:00
|
|
|
"``GET``","tinc","settings","get_host","$uuid=null"
|
|
|
|
|
"``GET``","tinc","settings","get_network","$uuid=null"
|
|
|
|
|
"``GET``","tinc","settings","search_host",""
|
|
|
|
|
"``GET``","tinc","settings","search_network",""
|
2022-10-19 11:21:08 -04:00
|
|
|
"``POST``","tinc","settings","set",""
|
2025-04-29 14:00:06 -04:00
|
|
|
"``POST``","tinc","settings","set_host","$uuid=null"
|
|
|
|
|
"``POST``","tinc","settings","set_network","$uuid=null"
|
|
|
|
|
"``POST``","tinc","settings","toggle_host","$uuid,$enabled=null"
|
|
|
|
|
"``POST``","tinc","settings","toggle_network","$uuid,$enabled=null"
|
2020-04-07 14:48:40 -04:00
|
|
|
|
|
|
|
|
"``<<uses>>``", "", "", "", "*model* `Tinc.xml <https://github.com/opnsense/plugins/blob/master/security/tinc/src/opnsense/mvc/app/models/OPNsense/Tinc/Tinc.xml>`__"
|