From c312b069eeac02c7951fdfd273536ea28dc61ef8 Mon Sep 17 00:00:00 2001 From: quindecim Date: Thu, 6 Feb 2020 01:56:55 -0500 Subject: [PATCH] [UPSTREAM] - Don't explain the format of other config files in the main config file https://github.com/DNSCrypt/dnscrypt-proxy/commit/323c4a47584bb2d74e2c0653f8fa7438dcf43fe6 --- config/dnscrypt-proxy.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/config/dnscrypt-proxy.toml b/config/dnscrypt-proxy.toml index cf847f5..6d32f53 100644 --- a/config/dnscrypt-proxy.toml +++ b/config/dnscrypt-proxy.toml @@ -293,9 +293,7 @@ reject_ttl = 600 # Route queries for specific domains to a dedicated set of servers # ################################################################################## -## Example map entries (one entry per line): -## example.com 9.9.9.9 -## example.net 9.9.9.9,8.8.8.8,1.1.1.1 +## See the `example-forwarding-rules.txt` file for an example # forwarding_rules = 'forwarding-rules.txt' @@ -309,9 +307,7 @@ reject_ttl = 600 ## In addition to acting as a HOSTS file, it can also return the IP address ## of a different name. It will also do CNAME flattening. ## -## Example map entries (one entry per line) -## example.com 10.1.1.1 -## www.google.com forcesafesearch.google.com +## See the `example-cloaking-rules.txt` file for an example # cloaking_rules = 'cloaking-rules.txt'