mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-07 13:44:17 +08:00
set managed dns to true (#3362)
This commit is contained in:
parent
7c262abbb9
commit
6ccfd10797
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ EMAIL_SENDER_PASSWORD=
|
|||
# default domain for internal DNS lookup
|
||||
DEFAULT_DOMAIN=hosted.nm
|
||||
# managed dns setting, set to true to resolve dns entries on netmaker network
|
||||
MANAGE_DNS=false
|
||||
MANAGE_DNS=true
|
||||
# set to true, old acl is supported, otherwise, old acl is disabled
|
||||
OLD_ACL_SUPPORT=true
|
||||
# if STUN is set to true, hole punch is called
|
||||
|
|
Loading…
Add table
Reference in a new issue