Skip to content

Commit e4b1402

Browse files
authored
Merge pull request #53 from RobotSail/RobotSail/issue38
Swarm.EnableHolePunching -> false
2 parents 73f3cc2 + 8e72df0 commit e4b1402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/scripts/ipfs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ func applyIPFSClusterK8sDefaults(conf *config.Config, storageMax string, peers [
209209
conf.Datastore.BloomFilterSize = 1048576
210210
conf.Datastore.StorageMax = storageMax
211211
conf.Addresses.Swarm = []string{"/ip4/0.0.0.0/tcp/4001", "/ip6/::/tcp/4001"}
212-
conf.Swarm.EnableHolePunching = config.True
212+
conf.Swarm.EnableHolePunching = config.False
213213
conf.Swarm.RelayClient = rc
214214
conf.Peering.Peers = peers
215215
}

0 commit comments

Comments
 (0)