I want to ping a some website from my machine. But currently its failing to resolve
ubuntu % nslookup somewebsite.in
;; Got SERVFAIL reply from 169.254.169.254, trying next server
Server: 10.240.0.1
Address: 10.240.0.1#53
** server can't find somewebsite.in: SERVFAIL
I want to resolve it just a few times to run mtr
tests without editing resolv.conf
. How is it possible, if at all?