[UPDATE] - Implemented DNS rebinding protection by default

https://en.wikipedia.org/wiki/DNS_rebinding#Protection
This commit is contained in:
quindecim 2021-01-21 03:37:27 -05:00
parent 9c6d17fc19
commit dd67c63096
1 changed files with 30 additions and 1 deletions

View File

@ -8,4 +8,33 @@
## https://git.lelux.fi/quindecim | MIRROR
##
##
## This is just a placeholder for who want to use a blocklist file.
## Based on : DNSCrypt : Rebind Protection : https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Filters#dns-rebind-protection
##
##
########## Blocklist from https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Filters#dns-rebind-protection ##########
# Localhost rebind protection
0.0.0.0
127.0.0.*
# RFC1918 rebind protection
10.*
172.16.*
172.17.*
172.18.*
172.19.*
172.20.*
172.21.*
172.22.*
172.23.*
172.24.*
172.25.*
172.26.*
172.27.*
172.28.*
172.29.*
172.30.*
172.31.*
192.168.*