Clean up domain resolving scopes
Switch to .17.home.arpa. for internal use
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user