Is it possible to detect visitor DNS server?

后端 未结 5 1418
一个人的身影
一个人的身影 2020-12-15 12:36

Detecting visitor IP is easy. But how about detecting DNS server ips of a visitor ?

\"\"

I found this P

5条回答
  •  执念已碎
    2020-12-15 13:05

    The DNS request happens first, as it is required to resolve the hostname to an IP address. Once this is complete, then a separate request is performed to the address in question.

提交回复
热议问题