go-ipfs-config: Add DisableNatPortMap option.
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
Kevin Atkinson committed
Mar 18, 2017 at 18:50 UTC
0d70e835d722a93612e6d8611d78fb6776ea46ab
1 file changed
+1
config/swarm.go
+1
@@ -3,4 +3,5 @@ package config
3
type SwarmConfig struct {
4
AddrFilters []string
5
DisableBandwidthMetrics bool
6
+ DisableNatPortMap bool
7
}