From: Matt Joiner Date: Mon, 4 Apr 2016 06:23:30 +0000 (+1000) Subject: Fix Config.IPBlocklist type X-Git-Tag: v1.0.0~782 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=deea9d2192f5cc1b016e73d5153703028024f265;p=btrtrc.git Fix Config.IPBlocklist type --- diff --git a/config.go b/config.go index 718e95cc..1f22df03 100644 --- a/config.go +++ b/config.go @@ -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"`