q icon indicating copy to clipboard operation
q copied to clipboard

EOF with bind DOH

Open whoo opened this issue 2 years ago • 0 comments

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

Regards, D.

whoo avatar May 24 '23 22:05 whoo