Un cache-proxy DNS con supporto a DoH, DNSCrypt e Anonymized DNSCrypt
https://dnscrypt.info/
e210fc537e
What's in the DNS packet is a better source of truth. There was also an inconsistency between the TTL from the max-age header (as returned in a response that wasn't cached) and a response from the cache (using TTLs from the DNS packet). So, just use what's in the packet. Reported by @vavrusam, thanks! |
||
---|---|---|
dnscrypt-proxy | ||
systemd | ||
utils/generate-domains-blacklists | ||
vendor | ||
windows | ||
.gitignore | ||
.travis.yml | ||
ChangeLog | ||
Gopkg.lock | ||
Gopkg.toml | ||
LICENSE | ||
README.md | ||
logo.png |
README.md
A flexible DNS proxy, with support for modern encrypted DNS protocols such as DNSCrypt v2 and DNS-over-HTTP/2.
dnscrypt-proxy 2.0.8 final is available for download!
- dnscrypt-proxy documentation – This project's documentation (Wiki)
- DNSCrypt project home page
- DNS-over-HTTP/2 and DNSCrypt resolvers
- Server and client implementations
- DNS stamps
- FAQ
Features
- DNS traffic encryption and authentication. Supports DNS-over-HTTPS (DoH) and DNSCrypt.
- DNSSEC compatible
- DNS query monitoring, with separate log files for regular and suspicious queries
- Pattern-based local blocking of DNS names and IP addresses
- Time-based filtering, with a flexible weekly schedule
- Transparent redirection of specific domains to specific resolvers
- DNS caching, to reduce latency and improve privacy
- Local IPv6 blocking to reduce latency on IPv4-only networks
- Load balancing: pick a set of resolvers, dnscrypt-proxy will automatically measure and keep track of their speed, and balance the traffic across the fastest available ones.
- Cloaking: like a
HOSTS
file on steroids, that can return preconfigured addresses for specific names, or resolve and return the IP address of other names. This can be used for local development as well as to enforce safe search results on Google, Yahoo and Bing. - Automatic background updates of resolvers lists
- Can force outgoing connections to use TCP; useful with tunnels such as Tor.
It includes all the major features from dnscrypt-proxy 1.9.5, with improved reliability, flexibility, usability and performance.
Pre-built binaries
Up-to-date, pre-built binaries are available for:
- Android/arm
- Android/arm64
- Android/x86
- Android/x86_64
- Dragonfly BSD
- FreeBSD/arm
- FreeBSD/x86
- FreeBSD/x86_64
- Linux/arm
- Linux/arm64
- Linux/mips
- Linux/mipsle
- Linux/mips64
- Linux/mips64le
- Linux/x86
- Linux/x86_64
- MacOS X
- NetBSD/x86
- NetBSD/x86_64
- OpenBSD/x86
- OpenBSD/x86_64
- Windows
- Windows 64 bit