feature request: login page blacklist/whitelist by hostname
-
Hi there,
I know that a general usage of reverse DNS query is a performance issue. But as a login form normally will not be indexed and therefore does not need to fit to performance aspects, this won’t be a problem in my opinion.
So, great would a feature for the login page that…
– does a reverse DNS lookup and allow/deny hostname.myprovider.tld, *.myprovidername.tld, *.tld, etc.– does a DNS lookup for dynip providers and check if the resolved IP is the same as the querying IP, e.g. “if the IP 123.45.67.89 is the same as the resolve of my.dyndns.tld, my2.dyndns.tld, … , allow logging in”.
I know that both features aren’t solvable via pure .htaccess but just PHP. On the other hand, that could significantly help securing the login form.
- The topic ‘feature request: login page blacklist/whitelist by hostname’ is closed to new replies.