kubo/config/swarm.go
Juan Batiz-Benet 3861ff304e go-ipfs-config: config: DialBlocklist -> Swarm.AddrFilters
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>
2015-07-02 16:11:46 -07:00

6 lines
66 B
Go

package config
type SwarmConfig struct {
AddrFilters []string
}