Tagged Questions
1
vote
1answer
85 views
Bash: DNS lookup, put NS in array
I need to lookup the NS for a couple of domains and I need to put the results in an array.
Right now I have only manage to get the first result to echo but I need all the results, preferably in an ...
0
votes
1answer
129 views
How to find several record types with node.js dns.resolve function?
I'm using node.js's dns.resolve function to find NS and CNAME records for a given domain. I also would like to get TXT and SPF records now. If I do that all separately - it's four requests. Is there ...
0
votes
1answer
569 views
mac dns look up misbehaving
Got a new mac and now I'm trying to install/update some stuff. THe first issue I get is that http requests made from inside scripts/programs (such as git or ruby gem) doesn't work. I'll put an example ...
0
votes
2answers
497 views
How to do DNS AAAA, CNAME and SRV lookups in C++?
I need to a little program in C++ that takes the type and hostname as commandline parameters and then makes the DNS lookup. For example:
DNSapp AAAA www.google.com
would return the IPv6 address ...
1
vote
1answer
232 views
dns_get_record function fails to retrieve domain details
I'm trying to retrieve domain details of a domain I'm looking up which I purchased and pointed the nameservers to (which was done more than 72 hours ago). Now, when I'm using the dns_get_record ...
5
votes
2answers
4k views
What is the best way to create a whois lookup? [closed]
I want add a domain registration in a website written with PHP. So I need a whois lookup service. What do I need to do? What's are its steps?
Do I need a database, API or ... ? Help me please
0
votes
1answer
302 views
.NET, Windows host file, dns override via code
I'm working on a project where we want to dynamically change the IP address of where requests are sent to within our app. So for example the first request we send to myWebsite.com goes to ...
0
votes
1answer
1k views
Android DNS MX record lookup
I want to lookup dns mx records an the android platform.
When using http://www.dnsjava.org on android new Lookup("gmail.com", Type.MX).run(); always returns null.
import org.xbill.DNS.Lookup;
...
2
votes
1answer
1k views
Tomcat 6 and DNS Lookup
I am running a web application on Tomcat 6.0.32 on CentOS 5 system.
1. As of now, only a DNS name has been registered ( abcd.sg). It does not have an IP address mapped to it.
2. I have a Tomcat ...
3
votes
1answer
294 views
Why does passing an IP address instead of a domain name to a System::Net::Mail::SmtpClient cause it to throw an authentication error?
I'm trying to send an email from a system which is trying to use as little bandwidth as possible. To this end, I've been caching DNS lookups locally and attempting to send direct to the IP address ...
5
votes
2answers
1k views
Getting a full copy of the WHOIS database
I'm interested in getting access to a full WHOIS database in order to expand on a domain-profile project I'm working on. I know ARIN provides this database only to non-commercial researchers and every ...
3
votes
2answers
628 views
What algorithms do DNS servers use for faster lookups?
DNS servers have to be fast in order to avoid latency. What algorithms do DNS Servers use to reduce latency? Are they any caching mechanisms that could be effectively used to improve speed?
3
votes
2answers
1k views
Volume DNS Lookup API Provider which finds all domains for a given IP Address
We're currently looking for a reliable Reverse DNS lookup service (Input IP Address -> output domain name) which is accessible by API. Volumes are not not huge but we need a reliable service. Anybody ...