From c5dda0b7d9c4d7f5a726f2472eeeec9adf69ef3b Mon Sep 17 00:00:00 2001 From: quindecim Date: Mon, 6 Jul 2020 17:57:37 -0400 Subject: [PATCH] [UPSTREAM] - Add fritz.box IP to the cloaking rules example https://github.com/DNSCrypt/dnscrypt-proxy/commit/ece0c76172fd111fe0883560f2a1faf77c9fbca4 --- config/example-docs/example-cloaking-rules.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/example-docs/example-cloaking-rules.txt b/config/example-docs/example-cloaking-rules.txt index 24d2c2d..894846d 100644 --- a/config/example-docs/example-cloaking-rules.txt +++ b/config/example-docs/example-cloaking-rules.txt @@ -29,10 +29,13 @@ www.youtube-nocookie.com restrictmoderate.youtube.com localhost 127.0.0.1 localhost ::1 +# A router's internal name, that cannot be resolved using external DNS servers. + +fritz.box 169.254.1.1 + # For load-balancing, multiple IP addresses of the same class can also be # provided using the same format, one pair per line. # ads.* 192.168.100.1 # ads.* 192.168.100.2 # ads.* ::1 -