mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-18 20:37:55 +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.
|
||||
### 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:
|
||||
### TLD_SUFFIX=loc
|
||||
### Makes your project available under xxxx.loc
|
||||
### Makes your project available under <project>.loc
|
||||
###
|
||||
### Example:
|
||||
### TLD_SUFFIX=local
|
||||
### Makes your project available under xxxx.local
|
||||
### Makes your project available under <project>.local
|
||||
###
|
||||
TLD_SUFFIX=dvl.to
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user