Removing upnp

This commit is contained in:
WolverinDEV 2020-12-05 16:34:35 +01:00
parent f2e5387318
commit da5f5bfebe

View File

@ -1460,12 +1460,14 @@ std::deque<std::shared_ptr<EntryBinding>> 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)
{