Veild
Veild is a stub resolver for routing DNS queries over TLS (DNS-over-TLS).
Some of it’s features include:
- Caching of records based on TTLs (with TTL handling)
- Round-robin of resolvers
- Ability to blacklist ad domains
- Ability to change outbound port from 853 (DNS-over-TLS) to 443
To build this project I referenced a few RFC’s and other sites including:
- https://tools.ietf.org/html/rfc1035
- https://tools.ietf.org/html/rfc7858
- https://dnsprivacy.org/wiki/display/DP/DNS+Privacy+Test+Servers
See more at: https://github.com/jamesduncombe/veild