An open API service indexing awesome lists of open source software.

https://github.com/dibdot/DoH-IP-blocklists

This repo contains the domain names and the IPv4/IPv6 addresses of public DoH server
https://github.com/dibdot/DoH-IP-blocklists

adblock banip blocklists doh domains ipv4 ipv6

Last synced: about 2 months ago
JSON representation

This repo contains the domain names and the IPv4/IPv6 addresses of public DoH server

Awesome Lists containing this project

README

          

# DoH-IP-blocklists

This repo contains the domain names and the IPv4/IPv6 addresses of public DoH server.
The main domain list `doh-domains_overall.txt` is manually updated on a regular basis (usually once a month). All other text files in this repo are derived from that file and generated automatically with the help of the script `doh-lookup.sh`:
* `doh-domains.txt`: active or accessible domains
* `doh-domains_abandoned.txt`: unavailable domains
* `doh-ipv4.txt`: list with the ipv4 addresses of the accessible domains
* `doh-ipv6.txt`: list with the ipv6 addresses of the accessible domains

The doh-lookup script runs automatically every hour via GitHub actions and updates the above listed text files within the repo if anything has changed.

Have fun!
Dirk Brenken