Switch to AdvertiseLocal by default

This commit is contained in:
Asim Aslam
2019-12-02 17:36:20 +00:00
parent 62bf0df864
commit da04aa8ae8
2 changed files with 2 additions and 2 deletions

View File

@@ -80,6 +80,6 @@ func DefaultOptions() Options {
Address: DefaultAddress,
Network: DefaultNetwork,
Registry: registry.DefaultRegistry,
Advertise: AdvertiseBest,
Advertise: AdvertiseLocal,
}
}