From da5f5bfebee83b786827b8834a8a1ff858ac0fc1 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Sat, 5 Dec 2020 16:34:35 +0100 Subject: [PATCH] Removing upnp --- server/src/Configuration.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/src/Configuration.cpp b/server/src/Configuration.cpp index da5a3e2..34c20d1 100644 --- a/server/src/Configuration.cpp +++ b/server/src/Configuration.cpp @@ -1460,12 +1460,14 @@ std::deque> config::create_bindings() { ADD_DESCRIPTION("Disable/enable the possibility to connect via the TeaSpeak web client"); ADD_NOTE("If you've disabled this feature the TeaClient wound be able to join too."); } + /* LibNice has been build without this { CREATE_BINDING("upnp", 0); BIND_BOOL(config::web::enable_upnp, false); ADD_DESCRIPTION("Disable/enable UPNP support"); ADD_SENSITIVE(); } + */ { BIND_GROUP(ssl) {