add a couple checks via public-dns.info
This commit is contained in:
parent
73f4ca2b53
commit
d380e3a065
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,7 @@ checks = order_by_failures([
|
|||
Check("common", "duckduckgo.com", 78),
|
||||
Check("common", "ebay.com", 4),
|
||||
Check("common", "en.wikipedia.org", 75),
|
||||
Check("common", "example.com", 0),
|
||||
Check("common", "facebook.com", 94),
|
||||
Check("common", "google.com", 69),
|
||||
Check("common", "naver.com", 57),
|
||||
|
@ -64,6 +65,7 @@ checks = order_by_failures([
|
|||
Check("porn", "pornhub.com", 151),
|
||||
Check("porn", "xvideos.com", 23),
|
||||
Check("shock", rot13("tbng.pk"), 209),
|
||||
Check("shock", rot13("ebggra.pbz"), 0),
|
||||
Check("uncommon", "cybre.space", 88),
|
||||
Check("uncommon", "react.uni-saarland.de", 74),
|
||||
Check("usercontent", "4chan.org", 116),
|
||||
|
|
Loading…
Reference in a new issue