Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log entry "Received a suspicious query from the client" #151

Closed
mibere opened this issue May 12, 2018 · 2 comments
Closed

Log entry "Received a suspicious query from the client" #151

mibere opened this issue May 12, 2018 · 2 comments

Comments

@mibere
Copy link
Contributor

mibere commented May 12, 2018

Hello,

I'm using jedisct1/dnscrypt-server-docker for a public DNSCrypt server on port 443.

My Docker log is full of several hundreds entries

[warning] [udp_request.c:351] Received a suspicious query from the client\n"

Is there a way for me to suppress this warning?

  1. it unnecessarily fills the log
  2. I'm not interested in this information/warning

Maybe the warning has to do with HTTPS port 443 (I'm running a website at port 80 and 8443 on the same server too).

@jedisct1
Copy link
Contributor

Indeed, the severity of this message should probably be down to DEBUG. Even over UDP, servers constantly receive a lot of crap/scans on all ports.

cofyc added a commit that referenced this issue May 17, 2018
Log level of "suspicious query" changed to debug (fix for #151)
@cofyc
Copy link
Owner

cofyc commented May 17, 2018

Closed via #152. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants