Fix PTR issue
This commit is contained in:
@@ -1217,7 +1217,7 @@ static int _dns_server_process_ptr(struct dns_request *request, struct dns_packe
|
||||
}
|
||||
}
|
||||
|
||||
if (strstr(request->domain, "0.0.0.0") != NULL) {
|
||||
if (strstr(request->domain, "0.0.0.0.in-addr.arpa") != NULL) {
|
||||
found = 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user