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) {