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
- Host: GitHub
- URL: https://github.com/dibdot/DoH-IP-blocklists
- Owner: dibdot
- License: gpl-3.0
- Created: 2019-10-04T16:32:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T12:19:09.000Z (11 months ago)
- Last Synced: 2024-10-29T14:48:27.282Z (11 months ago)
- Topics: adblock, banip, blocklists, doh, domains, ipv4, ipv6
- Language: Shell
- Homepage:
- Size: 2.32 MB
- Stars: 152
- Watchers: 8
- Forks: 35
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 domainsThe 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