mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 21:57:44 +03:00
Keep .home in forwarding rules
This commit is contained in:
parent
715c32f0fc
commit
02a6ca1098
1 changed files with 2 additions and 1 deletions
|
@ -13,9 +13,10 @@
|
||||||
## Blocking IPv6 may prevent local devices from being discovered.
|
## Blocking IPv6 may prevent local devices from being discovered.
|
||||||
## If this happens, set `block_ipv6` to `false` in the main config file.
|
## If this happens, set `block_ipv6` to `false` in the main config file.
|
||||||
|
|
||||||
## Forward *.lan, *.local, *.home.arpa, *.internal and *.localdomain to 192.168.1.1
|
## Forward *.lan, *.local, *.home, *.home.arpa, *.internal and *.localdomain to 192.168.1.1
|
||||||
# lan 192.168.1.1
|
# lan 192.168.1.1
|
||||||
# local 192.168.1.1
|
# local 192.168.1.1
|
||||||
|
# home 192.168.1.1
|
||||||
# home.arpa 192.168.1.1
|
# home.arpa 192.168.1.1
|
||||||
# internal 192.168.1.1
|
# internal 192.168.1.1
|
||||||
# localdomain 192.168.1.1
|
# localdomain 192.168.1.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue