Merge pull request #893 from jakeparis/master

Add docs about .local on MacOS
This commit is contained in:
cytopia 2022-04-24 10:23:14 +02:00 committed by GitHub
commit 97751fad37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 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,8 @@ 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