From deea9d2192f5cc1b016e73d5153703028024f265 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Mon, 4 Apr 2016 16:23:30 +1000 Subject: [PATCH] Fix Config.IPBlocklist type --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"` -- 2.48.1