Apache has "Allow From" and "Deny From" directives that can control access based on the DNS of a connecting IP (found by a reverse lookup). I was wondering if IIS has an equivalent to this capability.
Actually, upon reading the documentation, that does not seem to be able to filter based on DNS name of the connecting IP. It just lets you filter based on IP, and gives you the ability to do a one-time reverse DNS lookup to find that IP.
So does IIS have the ability to filter based on DNS name?
In other words, does it have the ability to perform a reverse lookup on an IP as it connects and filter based on that?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.