feat(network): UPnP support

This commit is contained in:
Alexey Kasyanchuk
2018-03-02 04:14:04 +03:00
parent 3b73b37d74
commit b876c71f12
5 changed files with 343 additions and 163 deletions

View File

@ -10,6 +10,7 @@ let config = {
udpTrackersPort: 4446,
udpTrackersTimeout: 3 * 60 * 1000,
p2p: true,
upnp: true,
sitemapMaxSize: 25000,