diff --git a/src/opnsense/mvc/app/controllers/OPNsense/Wireguard/Api/ServiceController.php b/src/opnsense/mvc/app/controllers/OPNsense/Wireguard/Api/ServiceController.php index eab399815..d8e13a24a 100644 --- a/src/opnsense/mvc/app/controllers/OPNsense/Wireguard/Api/ServiceController.php +++ b/src/opnsense/mvc/app/controllers/OPNsense/Wireguard/Api/ServiceController.php @@ -64,28 +64,6 @@ class ServiceController extends ApiMutableServiceControllerBase return ['result' => 'ok']; } - /** - * show wireguard config - * XXX: remove in 24.1 - * @return array - */ - public function showconfAction() - { - $response = (new Backend())->configdRun("wireguard showconf"); - return array("response" => $response); - } - - /** - * show wireguard handshakes - * XXX: remove in 24.1 - * @return array - */ - public function showhandshakeAction() - { - $response = (new Backend())->configdRun("wireguard showhandshake"); - return array("response" => $response); - } - /** * wg show all dump output * @return array