From 179972425bcfe6c354ca4b669877094fd2ef9b0c Mon Sep 17 00:00:00 2001 From: quindecim Date: Mon, 9 Dec 2019 03:39:48 -0500 Subject: [PATCH] Synced with the main template https://github.com/DNSCrypt/dnscrypt-proxy/commit/59f2df631835dce945bb145cee5845e5a8723738 --- config/example-forwarding-rules.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/example-forwarding-rules.txt b/config/example-forwarding-rules.txt index 3faef29..97a4859 100644 --- a/config/example-forwarding-rules.txt +++ b/config/example-forwarding-rules.txt @@ -13,10 +13,12 @@ ## Blocking IPv6 may prevent local devices from being discovered. ## If this happens, set `block_ipv6` to `false` in the main config file. -## Forward *.lan and *.local to 192.168.1.1 +## Forward *.lan, *.local, *.home, *.internal and *.localdomain to 192.168.1.1 # lan 192.168.1.1 # local 192.168.1.1 +# home 192.168.1.1 +# internal 192.168.1.1 +# localdomain 192.168.1.1 ## Forward queries for example.com and *.example.com to 9.9.9.9 and 8.8.8.8 # example.com 9.9.9.9,8.8.8.8 -