Open boscorelly opened 2 years ago
update : it seems that in windows 11, dog is unable to get the dns ip address
dog -q r2d-automation.com
thread 'main' panicked at 'No nameserver found', src\requests.rs:88:86
note: run with RUST_BACKTRACE=1
environment variable to display a backtrace
dog -q r2d-automation.com -n 1.1.1.1 A r2d-automation.com. 1d0h00m00s 163.172.122.222
this happens if your /etc/resolv.conf contains just an ipv6 server:
nameserver 2001:4860:4860::8888
utterly ridiculous that it expects an ipv4 dns resolver in 2024, and the cryptic error doesn't help
wtf resolv.conf is for linux, and it's related to windows...
OS : Windows 11 Business 21H2
Dog version : 0.1.0
hi,
i put dog.exe in c:\windows\system32 to have easy access to dog command. if i type dog, dog -?, dog -v... it works. but if i type a dns query, it never show anything.
i tried to also put dog.exe on my desktop : same result.