Implement UPnP support without dotNET (#3378)

UPnP forwarding is now available on all supported platforms.
com_dotnet is no longer required for UPnP forwarding to work.

Closes #3216 .
This commit is contained in:
Yosshi999
2021-03-15 07:50:33 +09:00
committed by GitHub
parent edcf296086
commit cbc8576d4a
6 changed files with 211 additions and 42 deletions

3
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "ef9b64ade88849af6ccd0db733e106b5",
"content-hash": "c731270da66df8e18ea9487d91bc2e3f",
"packages": [
{
"name": "adhocore/json-comment",
@ -2753,6 +2753,7 @@
"ext-phar": "*",
"ext-pthreads": "~3.2.0",
"ext-reflection": "*",
"ext-simplexml": "*",
"ext-sockets": "*",
"ext-spl": "*",
"ext-yaml": ">=2.0.0",