Skip to content

Commit fa5627e

Browse files
Merge pull request ipfs#3798 from ipfs/kevina/nat-discovery-config-v2
Add DisableNatPortMap option.
2 parents ee983ca + 0943337 commit fa5627e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/swarm.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ package config
33
type SwarmConfig struct {
44
AddrFilters []string
55
DisableBandwidthMetrics bool
6+
DisableNatPortMap bool
67
}

0 commit comments

Comments
 (0)