! Title: HaGeZi's DNS Rebind Protection ! Description: DNS Rebind Protection is a security mechanism that prevents attackers from manipulating DNS responses to make a domain resolve to private or local IP addresses, thereby blocking malicious scripts from accessing internal networks through DNS rebinding attacks. ! Homepage: https://github.com/hagezi/dns-blocklists ! License: https://github.com/hagezi/dns-blocklists/blob/main/LICENSE ! Issues: https://github.com/hagezi/dns-blocklists/issues ! Syntax: AdGuard (Regex) ! ! IPv4 /^10\./ /^172\.(1[6-9]|2[0-9]|3[0-1])\./ /^192\.168\./ /^127\./ /^0\.0\.0\./ /^169\.254\./ ! IPv6 /^::1$/ /^(fc|fd)[0-9a-f]{2}:/ /^fe80:/ ! Host /^([a-z0-9\-]+\.)?(localhost|localdomain|ip6-localhost)$/