Skip to content

Commit 4582a75

Browse files
committed
Disable MDNS by default
1 parent 2ca244b commit 4582a75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

p2p/discovery.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ var defaultBootstrapAddrStrings = []string{
3838
func NewDiscoveryOptions() DiscoveryOptions {
3939
return DiscoveryOptions{
4040
MDNS: MDNSOptions{
41-
Enabled: true,
41+
Enabled: false,
4242
Interval: 1 * time.Minute,
4343
},
4444
}

0 commit comments

Comments
 (0)