aboutsummaryrefslogtreecommitdiff
path: root/cmd/anubis/internal/config/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/anubis/internal/config/config.go')
-rw-r--r--cmd/anubis/internal/config/config.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/anubis/internal/config/config.go b/cmd/anubis/internal/config/config.go
index 7f986c1..b67db77 100644
--- a/cmd/anubis/internal/config/config.go
+++ b/cmd/anubis/internal/config/config.go
@@ -53,5 +53,6 @@ func (b Bot) Valid() error {
}
type Config struct {
- Bots []Bot `json:"bots"`
+ Bots []Bot `json:"bots"`
+ DNSBL bool `json:"dnsbl"`
}