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:
committed by
Jakob Borg
parent
a9f0659f2f
commit
c7f136c2b8
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user