0
votes
3answers
39 views
Detect DNS Redirect in .NET
In a .NET application I am writing, I need to detect whether a particular URL is available. For the average user with a default DNS server, an invalid address would end up throwin …
0
votes
1answer
12 views
Fast concurrent checking of SOA DNS records for .co.za domains
I want to implement bulk availability checking of .co.za domain names as accurately as possible by checking for the existence of SOA or MX records using C# ASP.NET.
I am looking f …
2
votes
1answer
32 views
dns for dynamic IP
Hello.
I'd like to know the best solutions to get a public static dns or IP adress to access a computer on a routed network (for example to access from the internet a PC in my hom …
1
vote
1answer
24 views
What is the magic behind that DOT which makes Fiddler work?
It took me a while to learn that I have to put a dot after the "localhost" in the URL so that I can use fiddler with my development server.
Why do I need to put this dot here to m …
0
votes
4answers
48 views
Subdomains and DNS
Hi,
I currently have my own domain name and dedicated server and I offer different packages to my clients. What I want to be able to do is have them sign up with my website and cr …
0
votes
3answers
69 views
How do I make a simple DNS server listening two ports simultaneously in python
Hi,
I'm trying to build a DNS server in python. It must listen two ports (8007 - client, 8008 - admin). The client only send an URL and receives the respective IP. The admin has p …
1
vote
2answers
38 views
Setting up OpenID delegation on a naked domain with Google App Engine or ZoneEdit
Background
I used to have a standard Linux hosting account for my domain with both http://www.tjrobinson.net/ and http://tjrobinson.net/ displaying the same content. I used http:/ …
0
votes
3answers
75 views
How to detect network delay between two hosts by DNS protocol?
H1------------------H2
\ /
\ /
\ /
\ /
x (me)
Suppose I'm in the point x, and there're two a …
1
vote
3answers
91 views
How do I build a DNS Query record in Erlang?
I am building a native Bonjour / Zeroconf library and need to build DNS query records to broadcast off to the other machines. I have tried looking thru the Erlang source code but a …
0
votes
2answers
63 views
DNS answer returning NS records without IP addresses , is this normal ?
In my application, I have to send notification e-mails from time to time. In order to send mail (over SMTP), I have to get the MX server of that particular domain (domain part of e …
1
vote
2answers
33 views
Simple DNS Server API
Is there some API that I can use to build a simple DNS server, preferably in Java? All I want my DNS server to do is answer with the same IP address for any request.
0
votes
0answers
31 views
Windows DNS resolution timeout, Boost/Asio, getaddrinfo
I'm using Boost/Asio 1.40 (ip::tcp::resolver) to do host name resolution (A resolution, host name -> ipaddress). Sometimes when doing this, it takes several minutes before I get a …
0
votes
1answer
19 views
DNS solution when porting LAMP service from shared hosting to AWS EC2
I have create a LAMP based service on a shared hosting provider. It has now grown and I want to move it on AWS EC2. I have already ported the code and the data, set up ESB for the …
0
votes
2answers
29 views
ASP.net Button on Postback gets a DNS error in IE
I have a button on an ASP.net page.
<asp:Button Text="<%$Resources: WebResources, Export %>" ID="BtnExport" runat="server" OnClick="BtnExport_Click"/>
The issue is t …
1
vote
2answers
57 views
Dns protocol header
I want to encode DNS protocol header using C and create a UDP datagram.
Lets say I have a query www.google.com.
Can anyone suggest how to go about it?
You can find the header for …
