Skip to content

Commit 357d674

Browse files
RobotSailhsanjuan
andauthored
Update controllers/scripts/config.go
Co-authored-by: Hector Sanjuan <code@hector.link>
1 parent fcf826d commit 357d674

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

controllers/scripts/config.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,7 @@ func applyIPFSClusterK8sDefaults(conf *config.Config, storageMax string, peers [
244244
conf.Swarm.RelayClient = rc
245245
conf.Peering.Peers = peers
246246
conf.Experimental.AcceleratedDHTClient = true
247-
// make sure that we're not announcing or filtering any addresses to avoid
248-
// searching entire subnets for peers
247+
// make sure that we're not announcing or filtering any addresses to ensure Kubo daemons can connect via LAN
249248
// issue: https://github.com/ipfs-cluster/ipfs-operator/issues/34
250249
conf.Addresses.NoAnnounce = make([]string, 0)
251250
conf.Swarm.AddrFilters = make([]string, 0)

0 commit comments

Comments
 (0)