https://github.com/takuya/public_dns_list
known public dns list ips and domains
https://github.com/takuya/public_dns_list
Last synced: 4 months ago
JSON representation
known public dns list ips and domains
- Host: GitHub
- URL: https://github.com/takuya/public_dns_list
- Owner: takuya
- License: agpl-3.0
- Created: 2022-04-03T18:51:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T05:20:29.000Z (about 2 years ago)
- Last Synced: 2024-04-08T06:28:45.824Z (about 2 years ago)
- Language: Shell
- Size: 178 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# public_dns_list
Known public dns list ips and domains
# original
https://adguard-dns.io/kb/general/dns-providers/#adguard-dns
# update frequency
1'th day of every month.
## files
## File and types
by scraping
| type | proto | filename |
|:----------------------------|:------------|------------------:|
| DoH / public DNS over HTTPS | https:// | dns-list-doh.txt |
| DoH / public DNS over HTTPS | quic:// | dns-list-doq.txt |
| DoT / public DNS over TLS | tls:// | dns-list-dot.txt |
| ipv4 / public dns servers | inet4:port | dns-list-ipv4.txt |
| ipv6 / public dns servers | inet6:port | dns-list-ipv6.txt |
Combimed.
These files are for dns blocking, resolve tracking purpose.
| filename | data | descrition |
|-------------------------:|:-------------|:-----------------------------------------|
| dns-list-domain.txt | Domain names | public dns names. dot,dos,quick Combined |
| dns-list-dot-as-ip.txt | ipv4 | public dns dot, dns resolved |
| dns-list-doh-as-ip.txt | ipv4 | public dns doh, dns resolved |
| public_dns_ip_list.txt | ipv4 | all combimed, only address |
| public_dns_ipv6_list.txt | ipv6 | all combimed, only address |
misc
| filename | data | descrition |
|----------------:|:-------------|:----------------------------------|
| ignore-list.txt | Domain names | no exists domain, or not resolved |
# history
- 2022-07-06 update url