We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I've got a strange behaviour with q with EOF when requesting DOH. Bind DOH installation
q
~/go/bin/q -i google.com @https://172.21.20.3 FATA[0000] requesting https://172.21.20.3:443/dns-query?dns=YscBAAABAAAAAAAABmdvb2dsZQNjb20AAA8AAQ: Get "https://172.21.20.3:443/dns-query?dns=YscBAAABAAAAAAAABmdvb2dsZQNjb20AAA8AAQ": EOF
But Dig works :)
dig +https google.com @172.21.20.3 ; <<>> DiG 9.18.13 <<>> +https google.com @172.21.20.3 ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 50778 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; COOKIE: ef5f044be124a53d01000000646e8fe4549b9bbf4176c775 (good) ;; QUESTION SECTION: ;google.com. IN A ;; ANSWER SECTION: google.com. 275 IN A 142.250.186.142 ;; Query time: 143 msec ;; SERVER: 172.21.20.3#443(172.21.20.3) (HTTPS) ;; WHEN: Wed May 24 22:30:10 UTC 2023 ;; MSG SIZE rcvd: 83
Regards, D.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I've got a strange behaviour with
q
with EOF when requesting DOH.Bind DOH installation
But Dig works :)
Regards,
D.
The text was updated successfully, but these errors were encountered: