Home > Software engineering >  How to intercept and forward DNS request
How to intercept and forward DNS request

Time:10-12

To achieve the following functions: for DNS request to intercept and analysis, and then will forward DNS request to the real DNS server, how to do?

CodePudding user response:

http://bbs.csdn.net/topics/392006629

CodePudding user response:

Native caught by winpcap, etc, etc., DNS is UDP packets, and then modify its content and so on

CodePudding user response:

refer to the second floor oyljerry response:
native caught by winpcap, etc, etc., the contents of the DNS is UDP packets, and then modify it, such as

I am not in this machine, is to want to build a server, then DNS request to this machine, resolve the DNS packet and then forwarded to the normal DNS server

CodePudding user response:

https://www.baidu.com/s? Wd=DNS % 20 proxy
  • Related