This update for dnscrypt-proxy fixes the following issues:
Changes in dnscrypt-proxy:
Update to version 2.1.16
$RESOLVCONF:<file> to pick up upstream
resolvers from a resolv.conf-style file, complementing the existing $DHCP
syntaxAlt-Svc: clear properly and reuses HTTP
connections more aggressivelyboo#1260280: vendored google.golang.org/grpc v1.80.0
boo#1265785: vendored golang.org/x/net v0.54.0
Update to version 2.1.15
Update to version 2.1.14
Update to version 2.1.13
Update to version 2.1.12
Update to version 2.1.11
Updated to version 2.1.8
*. prefix is now accepted.Update to version 2.1.7
With vendored quic-go at 0.48.2 since update to 2.1.6 boo#1222473 and boo#1235156 should be fixed.
Update to version 2.1.6
$BOOTSTRAP
keyword can be included as a shortcut to forward to the bootstrap
servers. And the $DHCP keyword can be included to forward to the
DNS resolvers provided by the local DHCP server. Based on work by YX
Hao, thanks! DHCP forwarding should be considered experimental and my
not work on all operating systems. A rule for a zone can mix and
match multiple forwarder types, such as 10.0.0.1,10.0.0.254,$DHCP,
192.168.1.1,$BOOTSTRAP. Note that this is not implemented for
captive portals yet..) can now be forwarded.cert_refresh_concurrency setting. Contributed by YX Hao.-include-relays to include relays in -list
and -list-all.