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

[Enhancement] DNS Queries in Errout?! #347

Open
msasanmh opened this issue Aug 17, 2023 · 2 comments
Open

[Enhancement] DNS Queries in Errout?! #347

msasanmh opened this issue Aug 17, 2023 · 2 comments

Comments

@msasanmh
Copy link

DNS queries appears in errout and only when verbose mode is enabled.
I'm using DNSProxy on SecureDnsClient and I wanted to show DNS queries on log window, filtering out only queries among all that data is a heavy job on cpu.
It would be great if you could write queries on stdout and without verbose mode.
Thank you.

@iJorgen
Copy link

iJorgen commented Aug 22, 2023

Is this implemented in the 'master' now with this PR?
d1469a4

Today I see lots of failed queries in the system-log (stdout) that has not been shown before.

Aug 22 08:00:08 admin: 2023/08/22 06:00:08 [error] upstream quic://<redacted>.dns.nextdns.io:853 failed to exchange ;home-devices.googleapis.com.	IN	 A in 1m43.61346775s. Cause: opening quic connection to quic://<redacted>.dns.nextdns.io:853: timeout: no recent network activity
Aug 22 08:00:13 admin: 2023/08/22 06:00:13 [error] upstream quic://<redacted>.dns.nextdns.io:853 failed to exchange ;apps.mzstatic.com.	IN	 HTTPS in 1m48.1260153s. Cause: opening quic connection to quic://<redacted>.dns.nextdns.io:853: timeout: no recent network activity
Aug 22 08:00:13 admin: 2023/08/22 06:00:13 [error] upstream quic://<redacted>.dns.nextdns.io:853 failed to exchange ;mtalk.google.com.	IN	 A in 1m47.883761501s. Cause: opening quic connection to quic://<redacted>.dns.nextdns.io:853: timeout: no recent network activity
Aug 22 08:00:13 admin: 2023/08/22 06:00:13 [error] upstream quic://<redacted>.dns.nextdns.io:853 failed to exchange ;gateway.icloud.com.	IN	 A in 1m48.126283981s. Cause: opening quic connection to quic://<redacted>.dns.nextdns.io:853: timeout: no recent network activity

Aug 22 08:02:57 admin: 2023/08/22 06:02:57 [error] upstream tls://<redacted>.dns.nextdns.io:853 failed to exchange ;home-devices.googleapis.com.	IN	 A in 3.059977312s. Cause: getting conn to tls://<redacted>.dns.nextdns.io:853: connecting to <redacted>.dns.nextdns.io: all dialers failed: dial tcp 192.36.27.86:853: connect: connection timed out
Aug 22 08:02:57 admin: 2023/08/22 06:02:57 [error] upstream tls://<redacted>.dns.nextdns.io:853 failed to exchange ;ccp-lh.googleusercontent.com.	IN	 A in 3.071914337s. Cause: getting conn to tls://<redacted>.dns.nextdns.io:853: connecting to <redacted>.dns.nextdns.io: all dialers failed: dial tcp 192.36.27.86:853: connect: connection timed out
Aug 22 08:02:57 admin: 2023/08/22 06:02:57 [error] upstream tls://<redacted>.dns.nextdns.io:853 failed to exchange ;home-devices.googleapis.com.	IN	 A in 3.070764225s. Cause: getting conn to tls://<redacted>.dns.nextdns.io:853: connecting to <redacted>.dns.nextdns.io: all dialers failed: dial tcp 192.36.27.86:853: connect: connection timed out
Aug 22 08:02:57 admin: 2023/08/22 06:02:57 [error] upstream tls://<redacted>.dns.nextdns.io:853 failed to exchange ;mtalk.google.com.	IN	 A in 3.060166194s. Cause: getting conn to tls://<redacted>.dns.nextdns.io:853: connecting to <redacted>.dns.nextdns.io: all dialers failed: dial tcp 192.36.27.86:853: connect: connection timed out

@msasanmh
Copy link
Author

No, they just added upstream error.

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

2 participants