Synced with the main template

59f2df6318
This commit is contained in:
quindecim 2019-12-09 03:39:48 -05:00
parent 277bee39d2
commit 179972425b
1 changed files with 4 additions and 2 deletions

View File

@ -13,10 +13,12 @@
## 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 and *.local to 192.168.1.1 ## Forward *.lan, *.local, *.home, *.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
# 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 ## 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 # example.com 9.9.9.9,8.8.8.8