hotfix OVPN connector endpoint

This commit is contained in:
kirillius 2025-10-07 17:25:30 +03:00
parent 62937a0cbc
commit 9d954c7213
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public class App {
private static JSONArray sendRequest(Config config) throws IOException, InterruptedException {
var json = new JSONObject();
json.put("jsonrpc", "2.0");
json.put("method", "ru.kirillius.pf.sdn.External.API.OVPNPlugin::getManagedRoutes");
json.put("method", "ru.kirillius.pf.sdn.External.API.Components.OVPN::getManagedRoutes");
json.put("params", new JSONObject());
json.put("id", 1);