A Andrea Sep 1, 2003 #1 How can I write an application that intercep the client DNS request (from browser or any other application)? Thanks. Andrew
How can I write an application that intercep the client DNS request (from browser or any other application)? Thanks. Andrew
S Stephen Sep 1, 2003 #2 I'm not familiar with DNS protocol, but if you are, just write a program to listen on the port DNS uses.
I'm not familiar with DNS protocol, but if you are, just write a program to listen on the port DNS uses.
T Tom Spink Sep 1, 2003 #3 This will be quite difficult because your computer will be assigned an IP address that points to the DNS server. You'll need to be listening on the DNS port. -- HTH, -- Tom Spink, Über Geek Please respond to the newsgroup, so all can benefit "Maybe it's a game called 'Punish the User'"
This will be quite difficult because your computer will be assigned an IP address that points to the DNS server. You'll need to be listening on the DNS port. -- HTH, -- Tom Spink, Über Geek Please respond to the newsgroup, so all can benefit "Maybe it's a game called 'Punish the User'"