2
0
mirror of synced 2025-02-24 14:48:27 +00:00

Fix Config.IPBlocklist type

This commit is contained in:
Matt Joiner 2016-04-04 16:23:30 +10:00
parent 792feae8f9
commit deea9d2192

View File

@ -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"`