mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-26 04:47:45 +08:00
This commit changes the DialBlocklist key to be under the key Swarm.AddrFilters instead. License: MIT Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
6 lines
66 B
Go
6 lines
66 B
Go
package config
|
|
|
|
type SwarmConfig struct {
|
|
AddrFilters []string
|
|
}
|