lsws admin panel -- need help

#1
Hello!

I was playing around with the admin panel IP access thing so only I could access it.

I added the IP 94.* in the configuration and rebooted, now I'm unable to access the panel completely.

How can I reset/remove the IP limitations it?
 

auser

Super Moderator
#2
edit your lsws/admin/conf/admin_config.xml
it should be like this:
Code:
    <security>
        <accessControl>
            <allow>ALL</allow>
            <deny></deny>
        </accessControl>
    </security>
 
Top