add a couple checks via public-dns.info

This commit is contained in:
Connor Olding 2020-09-06 06:22:11 +02:00
parent 73f4ca2b53
commit d380e3a065

View File

@ -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),