This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
au-v10.events.data.microsoft.com | |
au-v20.events.data.microsoft.com | |
au.vortex-win.data.microsoft.com | |
de-v20.events.data.microsoft.com | |
de.vortex-win.data.microsoft.com | |
eu-v10.events.data.microsoft.com | |
eu-v20.events.data.microsoft.com | |
eu.vortex-win.data.microsoft.com | |
events-sandbox.data.microsoft.com | |
events.data.microsoft.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# | |
# Scrape Doh provider URLs from Curl's DNS-over-HTTPS wiki (https://raw.githubusercontent.com/wiki/curl/curl/DNS-over-HTTPS). | |
# | |
# Example usage: ./scrape_doh_providers.py '"{} - {}".format(o["url"], o["name"])' | |
# | |
import argparse | |
import re | |
import urllib.request |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dns-nyc.aaflalo.me | |
dns.adguard.com | |
dns-family.adguard.com | |
uk.adhole.org | |
de.adhole.org | |
sg.adhole.org | |
us-central.adhole.org | |
us-east.adhole.org | |
doh.nl.ahadns.net | |
doh.in.ahadns.net |