mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-25 12:27:43 +08:00
go-ipfs-config: Add DisableNatPortMap option.
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
This commit is contained in:
parent
b40ebf10c3
commit
0d70e835d7
@ -3,4 +3,5 @@ package config
|
||||
type SwarmConfig struct {
|
||||
AddrFilters []string
|
||||
DisableBandwidthMetrics bool
|
||||
DisableNatPortMap bool
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user