Skip to content

Commit

Permalink
chore(config): clean up unused drbl settings (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
cottand authored Oct 26, 2023
1 parent 2027f57 commit f6ee20f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}

Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit f6ee20f

Please sign in to comment.