Require forward-dns

#1
Hello,

I have a system that uses Require forward-dns as authentication method to allow some DDNS IPs to access the management part of some systems. But in LS they are simply ignored.

Ex.:
Code:
<Files wp-login.php>
Require all denied
Require forward-dns yurik2.freeddns.org
Require forward-dns tlas.ddnsgeek.com
Require forward-dns tlas.ddns.net
Require forward-dns kakakis.dyndns-home.com
Require forward-dns klayton.ddnsfree.com
Require forward-dns klayton2.ddnsfree.com
Require ip 128.201.92.0/22
</Files>
This works in apache normally but is ignored (just the require all and require ip works) in LS.

Do you know anyway or an alternative to this work?
 
Top