mirror of
https://github.com/ipfs/kubo.git
synced 2025-05-17 15:06:47 +08:00
go-ipfs-config: feat: add an autonat config section
And remove the current EnableAutoNATService option from the swarm config. While a breaking change, this shouldn't cause _too_ much trouble given that we're going to enable AutoNAT everywhere by default anyways.
This commit is contained in:
@ -25,6 +25,7 @@ type Config struct {
|
||||
Gateway Gateway // local node's gateway server options
|
||||
API API // local node's API settings
|
||||
Swarm SwarmConfig
|
||||
AutoNAT AutoNATConfig
|
||||
Pubsub PubsubConfig
|
||||
|
||||
Provider Provider
|
||||
|
Reference in New Issue
Block a user