remove "new" checks
This commit is contained in:
parent
08b6b775e2
commit
94d2c0c112
1 changed files with 0 additions and 10 deletions
|
@ -8,16 +8,6 @@ first = [
|
|||
Check("common", "baidu.com"),
|
||||
]
|
||||
|
||||
new = [
|
||||
# via dnsvalidator
|
||||
Check("adtrack", "bet365.com"),
|
||||
Check("common", "facebook.com"),
|
||||
Check("common", "google.com"),
|
||||
Check("common", "paypal.com"),
|
||||
Check("common", "wikileaks.com"),
|
||||
Check("news", "telegram.com"),
|
||||
]
|
||||
|
||||
likely = [
|
||||
# these checks are, in practice, the most likely
|
||||
# to weed out unwanted DNS servers.
|
||||
|
|
Loading…
Reference in a new issue