1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00
Alexey Dokuchaev 6b11474239 net/https_dns_proxy: new port had been added (+)
Light-weight (written in plain C) DNS-HTTPS, non-caching translation
proxy when DNSCrypt-Proxy does not quite fit (or even does not work).

WWW: https://github.com/aarond10/https_dns_proxy
2024-02-08 03:05:54 +00:00

16 lines
690 B
Plaintext

https_dns_proxy is light-weight DNS<->HTTPS, non-caching translation
proxy for the RFC 8484 DNS-over-HTTPS standard. It receives regular
(UDP) DNS requests and issues them via DoH.
Using DNS over HTTPS makes eavesdropping and spoofing of DNS traffic
between you and the HTTPS DNS provider (Google/Cloudflare) much less
likely, of course so long as you trust your DoH provider. Features:
- Tiny size (<45kiB)
- Uses cURL for HTTP/2 and pipelining, keeping resolve latencies
extremely low
- Single-threaded, non-blocking select() server for use on
resource-starved embedded systems
- Designed to sit in front of dnsmasq or similar caching resolver
for transparent use