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

EOF with bind DOH #50

Open
whoo opened this issue May 24, 2023 · 0 comments
Open

EOF with bind DOH #50

whoo opened this issue May 24, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@whoo
Copy link

whoo commented May 24, 2023

Hello,
I've got a strange behaviour with q with EOF when requesting DOH.
Bind DOH installation

~/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.

@natesales natesales added the bug Something isn't working label Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants