diff --git a/example-encrypted-dns.toml b/example-encrypted-dns.toml index e9f579f..463a317 100644 --- a/example-encrypted-dns.toml +++ b/example-encrypted-dns.toml @@ -165,18 +165,17 @@ key_cache_capacity = 10000 [filtering] -# domain_blacklist = "/etc/domain_blacklist.txt" - +## List of domains to block, one per line +# domain_blacklist = "/etc/domain_blacklist.txt" -####################################### -# Server-side filtering # -####################################### - -[metrics] -type = "prometheus" -listen_addr = "0.0.0.0:9100" +######################### +# Metrics # +######################### -path = "/metrics" \ No newline at end of file +# [metrics] +# type = "prometheus" +# listen_addr = "0.0.0.0:9100" +# path = "/metrics"