Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/intermediate/setup-auto-dns.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------------
Expand Down
2 changes: 2 additions & 0 deletions env-example
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down