[UPSTREAM] - Change example forwarding rule to match recommended .home.arpa TLD
715c32f0fc
02a6ca1098
This commit is contained in:
parent
a3066e6027
commit
46e324d94a
|
@ -13,10 +13,11 @@
|
|||
## Blocking IPv6 may prevent local devices from being discovered.
|
||||
## 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
|
||||
# local 192.168.1.1
|
||||
# home 192.168.1.1
|
||||
# home.arpa 192.168.1.1
|
||||
# internal 192.168.1.1
|
||||
# localdomain 192.168.1.1
|
||||
|
||||
|
|
Loading…
Reference in New Issue