mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-09 23:42:20 +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
|
|
}
|