DNSCrypt / dnscrypt-server-docker

A Docker image for a non-censoring, non-logging, DNSSEC-capable, DNSCrypt-enabled DNS resolver
https://dnscrypt.info
ISC License
660 stars 134 forks source link

Integrate fix for "Received a suspicious query from the client" #52

Closed mibere closed 5 years ago

mibere commented 5 years ago

Hi Frank,

as it isn't possible to create an issue in your jedisct1/dnscrypt-wrapper, I have to do it here.

In your dnscrypt-server-docker you use your own jedisct1/dnscrypt-wrapper (branch xchacha-stamps), instead of cofyc/dnscrypt-wrapper

Finally there is a new release of cofyc/dnscrypt-wrapper (v0.4.2) with this change/fix: Log entry "Received a suspicious query from the client"

Can you please pull that release/fix in your repo so that it is part for dnscrypt-server-docker installations/updates? Thanks a lot.

mibere commented 5 years ago

see https://github.com/jedisct1/dnscrypt-wrapper/pull/1

jedisct1 commented 5 years ago

Done, thanks!