This is an update for dnscrypt-proxy 2.0.28, released on Oct 12, 2019. Changelog: https://github.com/DNSCrypt/dnscrypt-proxy/releases/tag/2.0.28
I tested the query logging improvements for cached and cloaked responses. A DNS lookup shows the dnscrypt server that served the request (e.g., scaleway-fr). When it hits the cache the server name is replaced by "-" to make the logs easier to read. There were mainly performance improvements and it continues to work on amd64. Feedback and tests are welcome. Index: Makefile =================================================================== RCS file: /cvs/ports/net/dnscrypt-proxy/Makefile,v retrieving revision 1.44 diff -u -p -u -p -r1.44 Makefile --- Makefile 10 Sep 2019 13:19:25 -0000 1.44 +++ Makefile 13 Oct 2019 18:45:19 -0000 @@ -4,7 +4,7 @@ COMMENT = flexible DNS proxy with suppor GH_ACCOUNT = jedisct1 GH_PROJECT = dnscrypt-proxy -GH_TAGNAME = 2.0.27 +GH_TAGNAME = 2.0.28 CATEGORIES = net Index: distinfo =================================================================== RCS file: /cvs/ports/net/dnscrypt-proxy/distinfo,v retrieving revision 1.20 diff -u -p -u -p -r1.20 distinfo --- distinfo 10 Sep 2019 13:19:25 -0000 1.20 +++ distinfo 13 Oct 2019 18:45:19 -0000 @@ -1,2 +1,2 @@ -SHA256 (dnscrypt-proxy-2.0.27.tar.gz) = pQH0SvOctD4ASJ755meKqK26K8mPkELdYc5g6a0HTVo= -SIZE (dnscrypt-proxy-2.0.27.tar.gz) = 2478887 +SHA256 (dnscrypt-proxy-2.0.28.tar.gz) = K6KDQ97RUjPGnCNTzOFZqyrU5+troBjK9JXh5dMz2G0= +SIZE (dnscrypt-proxy-2.0.28.tar.gz) = 2620245 Index: patches/patch-dnscrypt-proxy_example-dnscrypt-proxy_toml =================================================================== RCS file: /cvs/ports/net/dnscrypt-proxy/patches/patch-dnscrypt-proxy_example-dnscrypt-proxy_toml,v retrieving revision 1.5 diff -u -p -u -p -r1.5 patch-dnscrypt-proxy_example-dnscrypt-proxy_toml --- patches/patch-dnscrypt-proxy_example-dnscrypt-proxy_toml 10 Sep 2019 13:19:25 -0000 1.5 +++ patches/patch-dnscrypt-proxy_example-dnscrypt-proxy_toml 13 Oct 2019 18:45:19 -0000 @@ -3,7 +3,7 @@ $OpenBSD: patch-dnscrypt-proxy_example-d Index: dnscrypt-proxy/example-dnscrypt-proxy.toml --- dnscrypt-proxy/example-dnscrypt-proxy.toml.orig +++ dnscrypt-proxy/example-dnscrypt-proxy.toml -@@ -46,7 +46,7 @@ max_clients = 250 +@@ -45,7 +45,7 @@ max_clients = 250 ## Note (2): this feature is not compatible with systemd socket activation. ## Note (3): when using -pidfile, the PID file directory must be writable by the new user