go-ipfs-config: Add DisableNatPortMap option.

License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
This commit is contained in:
Kevin Atkinson 2017-03-18 18:50:10 -04:00
parent b40ebf10c3
commit 0d70e835d7

View File

@ -3,4 +3,5 @@ package config
type SwarmConfig struct {
AddrFilters []string
DisableBandwidthMetrics bool
DisableNatPortMap bool
}