[UPSTREAM] - Change example forwarding rule to match recommended .home.arpa TLD

715c32f0fc
02a6ca1098
This commit is contained in:
quindecim 2020-11-25 04:16:36 -05:00
parent a3066e6027
commit 46e324d94a
1 changed files with 2 additions and 1 deletions

View File

@ -13,10 +13,11 @@
## 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, *.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 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