added LocalDestinationInfo I2PControl request

This commit is contained in:
PobreGato
2026-08-16 22:50:47 +03:00
parent 4dd8577731
commit 52bde6a907
6 changed files with 71 additions and 6 deletions
+1
View File
@@ -90,6 +90,7 @@ namespace client
m_MethodHandlers["RouterManager"] = &I2PControlService::RouterManagerHandler;
m_MethodHandlers["NetworkSetting"] = &I2PControlHandlers::NetworkSettingHandler;
m_MethodHandlers["ClientServicesInfo"] = &I2PControlHandlers::ClientServicesInfoHandler;
m_MethodHandlers["LocalDestinationInfo"] = &I2PControlHandlers::LocalDestinationInfoHandler;
// I2PControl
m_I2PControlHandlers["i2pcontrol.password"] = &I2PControlService::PasswordHandler;