|
@@ -657,7 +657,7 @@ func GetMetricInterval() string {
|
|
|
|
|
|
// GetManageDNS - if manage DNS enabled or not
|
|
// GetManageDNS - if manage DNS enabled or not
|
|
func GetManageDNS() bool {
|
|
func GetManageDNS() bool {
|
|
- enabled := true
|
|
|
|
|
|
+ enabled := false
|
|
if os.Getenv("MANAGE_DNS") != "" {
|
|
if os.Getenv("MANAGE_DNS") != "" {
|
|
enabled = os.Getenv("MANAGE_DNS") == "true"
|
|
enabled = os.Getenv("MANAGE_DNS") == "true"
|
|
}
|
|
}
|