Updated docs about .local on MacOS

See #892
This commit is contained in:
Jake Paris 2022-04-22 09:59:57 -04:00
parent 26cbb63f00
commit 270cb45726
2 changed files with 14 additions and 0 deletions

View File

@ -90,6 +90,10 @@ Your DNS server IP address is ``127.0.0.1``.
.. seealso:: :ref:`howto_add_custom_dns_server_on_mac`
.. important::
The `.local` TLD will not resolve on MacOs, due to Apple's use of
Multicast DNS for this TLD. If you want to use `.local`, you will need
to specify each domain in `/etc/hosts` manually.
Docker for Windows
------------------

View File

@ -87,6 +87,16 @@ LOCAL_LISTEN_ADDR=
### It is also required for the internal DNS server to be setup.
###
### Note: In addition to period or dot character ('.'), only ALPHA ([a-zA-Z]+) characters are supported.
### Mac users should not use the .local TLD, as this will not resolve properly due Apple's
### use of Multicast DNS.##
###
###
###
###
###
###
###
###
###
### Example:
### TLD_SUFFIX=loc