Fixed error on assign

This commit is contained in:
Juan Font Alonso
2021-10-02 13:03:08 +02:00
parent 36ae14bccf
commit 19492650d4
2 changed files with 2 additions and 1 deletions

View File

@@ -118,6 +118,7 @@ func GetDNSConfig() (*tailcfg.DNSConfig, string) {
} else {
baseDomain = "headscale.net" // does not really matter when MagicDNS is not enabled
}
return dnsConfig, baseDomain
}