mirror of
https://github.com/cytopia/devilbox.git
synced 2025-05-02 08:42:58 +00:00
parent
26cbb63f00
commit
270cb45726
@ -90,6 +90,10 @@ Your DNS server IP address is ``127.0.0.1``.
|
|||||||
|
|
||||||
.. seealso:: :ref:`howto_add_custom_dns_server_on_mac`
|
.. 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
|
Docker for Windows
|
||||||
------------------
|
------------------
|
||||||
|
10
env-example
10
env-example
@ -87,6 +87,16 @@ LOCAL_LISTEN_ADDR=
|
|||||||
### It is also required for the internal DNS server to be setup.
|
### 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.
|
### 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:
|
### Example:
|
||||||
### TLD_SUFFIX=loc
|
### TLD_SUFFIX=loc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user