Fix Config.IPBlocklist type
This commit is contained in:
parent
792feae8f9
commit
deea9d2192
|
@ -45,7 +45,7 @@ type Config struct {
|
|||
DefaultStorage storage.I
|
||||
DisableEncryption bool `long:"disable-encryption"`
|
||||
|
||||
IPBlocklist *iplist.IPList
|
||||
IPBlocklist iplist.Ranger
|
||||
DisableIPv6 bool `long:"disable-ipv6"`
|
||||
// Perform logging and any other behaviour that will help debug.
|
||||
Debug bool `help:"enable debug logging"`
|
||||
|
|
Loading…
Reference in New Issue