@cryptotaxi247 / kubo / commits / 2423a8fb0

go-ipfs-config: config-patch: apply review suggestions

License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>

Łukasz Magiera committed Nov 25, 2017 at 03:16 UTC 2423a8fb03d5c06ca7b11303bf8ee5029b5a22a7
1 file changed +1
config/profile.go
+1
@@ -64,6 +64,7 @@ var Profiles = map[string]*Profile{
64 c.Addresses = addressesConfig()
65
66 c.Swarm.DisableNatPortMap = false
67 + c.Discovery.MDNS.Enabled = true
68 return nil
69 },
70 },