Top "Nslookup" questions

GENERAL NSLOOKUP SUPPORT IS OFF-TOPIC.

Using nslookup to find what name servers were contacted in a query

I'm using nslookup to find the DNS name that has the a given IP address as one of its associated …

dns nameservers nslookup
DNS lookup and HTTP proxies

How are DNS lookups managed when using a proxy ? I tried to nslookup google.com and it is unable to …

http proxy dns browser nslookup
What's the name lookup differences between curl and nslookup

I'm lost when trying to figure out when a DNS query will be timed out. Tried multiple scenarios(on Linux): …

curl dns nslookup dig
What does 'No such name' mean in DNS?

So i'm currently using Wireshark to investigate DNS traffic. In the command prompt, i am running the query nslookup to …

networking dns nslookup
Why golang Lookup*** function can't provide a server parameter?

For nslookup command, it has nslookup somewhere.com some.dns.server. However, it seems that golang dnsclient only load config …

go dns nslookup
How to perform "nslookup host server"

My C# service needs to periodically poll nslookup host server. Currently it spawns a Process that executes batch script. Due …

c# api nslookup
Capturing nslookup shell output with C#

I have a command-line process I would like to automate and capture in C#. At the command line, I type: …

c# shell .net-2.0 nslookup
My users get "net::err_name_not_resolved"

I did get messages from android phone users that my website is not loading. When an android phone clicks on …

android dns github-pages nslookup dig
NSlookup - Non-authoritative answer

When I nslookup behind our firewall i got Non-authoritative answer like this Non-authoritative answer: Name: sitius.com Address: 173.44.39.70 but if …

networking dns firewall ping nslookup
Nslookup in batch for loop - why isn't it working?

I've created a batch script to read IP addresses or hostnames from a file, and feed them to nslookup, however …

loops batch-file for-loop nslookup