mirror of
https://github.com/cytopia/devilbox.git
synced 2025-05-31 22:50:56 +00:00
Fix TLD_SUFFIX section in env_example
This commit is contained in:
parent
8a1a720e8c
commit
8c81bcc1a1
@ -90,15 +90,18 @@ LOCAL_LISTEN_ADDR=
|
|||||||
###
|
###
|
||||||
### 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
|
### Mac users should not use the .local TLD, as this will not resolve properly due Apple's
|
||||||
### use of Multicast DNS.##
|
### use of Multicast DNS.
|
||||||
|
###
|
||||||
|
### Note: If you use 'dvl.to' then there is no need for additional DNS as this always points
|
||||||
|
### to 127.0.0.1 by default.
|
||||||
###
|
###
|
||||||
### Example:
|
### Example:
|
||||||
### TLD_SUFFIX=loc
|
### TLD_SUFFIX=loc
|
||||||
### Makes your project available under xxxx.loc
|
### Makes your project available under <project>.loc
|
||||||
###
|
###
|
||||||
### Example:
|
### Example:
|
||||||
### TLD_SUFFIX=local
|
### TLD_SUFFIX=local
|
||||||
### Makes your project available under xxxx.local
|
### Makes your project available under <project>.local
|
||||||
###
|
###
|
||||||
TLD_SUFFIX=dvl.to
|
TLD_SUFFIX=dvl.to
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user