Added
- CIDR-based ratelimiting configurable via
RatelimitSubnetMaskIPv4
andRatelimitSubnetMaskIPv4
fields ofproxy.Config
, and the--ratelimit-subnet-len-ipv4
and--ratelimit-subnet-len-ipv6
command-line options. - The
QueryDuration
field of theproxy.DNSContext
which contains the duration of an actual exchange either with an upstream server, or with the fallback one. - Basic Auth for DNS-over-HTTPS.
Removed
- The
StartTime
field of theproxy.DNSContext
.