diff --git a/llarp/router/router.cpp b/llarp/router/router.cpp index 2e1301b17..2829ec9cc 100644 --- a/llarp/router/router.cpp +++ b/llarp/router/router.cpp @@ -573,8 +573,10 @@ namespace llarp // API config enableRPCServer = conf->api.m_enableRPCServer; rpcBindAddr = conf->api.m_rpcBindAddr; - - hiddenServiceContext().AddEndpoint(*conf); + if (not IsServiceNode()) + { + hiddenServiceContext().AddEndpoint(*conf); + } // Logging config LogContext::Instance().Initialize(