Fix Config.IPBlocklist type

This commit is contained in:
Matt Joiner 2016-04-04 16:23:30 +10:00
parent 792feae8f9
commit deea9d2192
1 changed files with 1 additions and 1 deletions

View File

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