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