detectDnsHijack property

bool detectDnsHijack
final

If enabled, performs deep DNS validation to detect hijacking.

The engine will compare the results of the local system resolver with a trusted upstream resolver (like Cloudflare or Google). If they differ significantly for static domains, it flags a potential spoofing attempt.

Implementation

final bool detectDnsHijack;