Clean up domain resolving scopes

Switch to .17.home.arpa. for internal use
This commit is contained in:
Daniel
2020-08-14 16:44:19 +02:00
parent 633bb34288
commit 1da8b7148e
8 changed files with 213 additions and 237 deletions

View File

@@ -344,7 +344,7 @@ func checkSearchScope(searchDomain string) (ok bool) {
}
// check if suffix is a special service domain (may be handled fully by local nameserver)
if domainInScope("."+suffix+".", specialServiceScopes) {
if domainInScope("."+suffix+".", specialServiceDomains) {
return true
}