Working UPnP code. Close #16

This commit is contained in:
Kleissner
2021-05-06 14:57:40 +02:00
parent eb0afce3f9
commit 5f8f299799
10 changed files with 294 additions and 35 deletions

View File

@@ -26,4 +26,5 @@ func Connect() {
go autoPingAll()
go networkChangeMonitor()
go autoBucketRefresh()
go startUPnP()
}