From f6ee20f85e889755458a0b531eb62c67a820126c Mon Sep 17 00:00:00 2001 From: Nico D'Cotta <45274424+Cottand@users.noreply.github.com> Date: Thu, 26 Oct 2023 19:18:50 +0200 Subject: [PATCH] chore(config): clean up unused drbl settings (#23) --- config.go | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/config.go b/config.go index 351cd2b..507be7e 100644 --- a/config.go +++ b/config.go @@ -39,11 +39,6 @@ type Config struct { ReactivationDelay uint APIDebug bool DoH string - UseDrbl int - DrblPeersFilename string - DrblBlockWeight int64 - DrblTimeout int - DrblDebug int Metrics Metrics `toml:"metrics"` } @@ -119,13 +114,6 @@ questioncachecap = 5000 # manual blocklist entries blocklist = [] -# Drbl related settings -usedrbl = 0 -drblpeersfilename = "drblpeers.yaml" -drblblockweight = 128 -drbltimeout = 30 -drbldebug = 0 - # manual whitelist entries - comments for reference whitelist = [ # "getsentry.com",