mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/tor: hotfix tor API endpoint
This commit is contained in:
committed by
Franco Fichtner
parent
722d316508
commit
b189f6ccbb
+1
-1
@@ -74,7 +74,7 @@ class ServiceController extends ApiControllerBase
|
||||
* query tor hidden service hostnames
|
||||
* @return array
|
||||
*/
|
||||
public function get_hidden_servicesAction()
|
||||
public function getHiddenServicesAction()
|
||||
{
|
||||
$backend = new Backend();
|
||||
$response = json_decode($backend->configdRun('tor gethostnames'));
|
||||
|
||||
Reference in New Issue
Block a user