Rename file

This commit is contained in:
Mohammed Diaa 2022-08-02 12:21:16 +02:00
commit 895599d52c
2 changed files with 2 additions and 2 deletions

View file

@ -14,11 +14,11 @@ A [Trickest](https://trickest.com) workflow creates an initial dataset of resolv
![Trickest Workflow](resolvers.png "Trickest Workflow - Resolvers")
### TB; DZ (Too big; didn't zoom)
- We collect the initial dataset from three sources:
- We collect the initial dataset from four sources:
- [The Public DNS Server List](https://public-dns.info/nameservers.txt)
- A list of provider DNS servers collected from [bass](https://github.com/Abss0x7tbh/bass/tree/master/resolvers) (Thanks, [Abss0x7tbh](https://github.com/Abss0x7tbh)).
- A community-maintained list of resolvers on [janmasarik/resolvers](https://github.com/janmasarik/resolvers) (Thanks, [janmasarik](https://github.com/janmasarik)).
- A list of DNS servers contributed by our community in [resolvers-community.txt](resolvers-community.txt)
- A list of DNS servers contributed by our community in [resolvers-community.txt](resolvers-community.txt).
- This mega list of resolvers is then `sort -u`d and split up into smaller chunks.
- Multiple instances of [dnsvalidator](https://github.com/vortexau/dnsvalidator) are created to validate the resolver lists in parallel (Huge thanks to [vortexau](https://github.com/vortexau) and [codingo](https://github.com/codingo)).
- Then we run another round of [dnsvalidator](https://github.com/vortexau/dnsvalidator) to weed out any false positives that survived the previous step.