Skip to content

Commit 561e849

Browse files
committed
Add a forwarding example for local reverse entries
1 parent 766e149 commit 561e849

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

dnscrypt-proxy/example-forwarding-rules.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@
1414
## If this happens, set `block_ipv6` to `false` in the main config file.
1515

1616
## Forward *.lan, *.local, *.home, *.home.arpa, *.internal and *.localdomain to 192.168.1.1
17-
# lan 192.168.1.1
18-
# local 192.168.1.1
19-
# home 192.168.1.1
20-
# home.arpa 192.168.1.1
21-
# internal 192.168.1.1
22-
# localdomain 192.168.1.1
17+
# lan 192.168.1.1
18+
# local 192.168.1.1
19+
# home 192.168.1.1
20+
# home.arpa 192.168.1.1
21+
# internal 192.168.1.1
22+
# localdomain 192.168.1.1
23+
# 192.in-addr.arpa 192.168.1.1
2324

2425
## Forward queries for example.com and *.example.com to 9.9.9.9 and 8.8.8.8
2526
# example.com 9.9.9.9,8.8.8.8

0 commit comments

Comments
 (0)