Skip to content

Commit 8e72df0

Browse files
committed
disable hole punching
Signed-off-by: Oleg <97077423+RobotSail@users.noreply.github.com>
1 parent 73f3cc2 commit 8e72df0

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)