1
vote
1answer
47 views
Programmatically Changing NameServer in Windows TCP/IP
Hello, I am building a VPN application where I need to set DNS server programmatically. I am changing NameServer parameter in the registry (in …
1
vote
5answers
4k views
How do I get a list of all subdomains of a domain?
I want to find out all the subdomains of a given domain. I found a hint which tells me to dig the authoritative Nameserver with the following option:
dig @ns1.foo.bar some_domain.com axfr
But this …
1
vote
4answers
412 views
How does my shared host’s nameserver resolve http://servername.com/~username/ to my top level domain?
I recently moved my website to a shared hosting solution at asmallorange.com, but I had to set my domain to use their provided nameservers in order for the site to properly resolve. I was determined …
2
votes
2answers
160 views
DNS: Do the NS names set for a zone have to match the NS names reported by the upstream TLD servers?
I've noticed that several service providers are operating DNS services for their clients' domains with NS names set for the zone and returned by the authoritative name server (in authority section / …
