lib/upnp: Each service is it's own NAT device

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4625
This commit is contained in:
Audrius Butkevicius
2017-12-30 19:16:08 +00:00
committed by Jakob Borg
parent a9f0659f2f
commit c7f136c2b8
4 changed files with 59 additions and 166 deletions

View File

@@ -58,7 +58,7 @@ func (s *Service) Serve() {
if found == 1 {
suffix = ""
}
l.Infoln("Detected", found, "NAT device"+suffix)
l.Infoln("Detected", found, "NAT service"+suffix)
})
}
case <-s.stop: