Page 1 of 1

Reload banned_ip.cfg

Posted: Sun Feb 07, 2010 8:48 pm
by moooo
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:
L2JDP Revision Number:

How do you reload the banned ips without restarting? I know it's possible because I've just done it yesterday and for the life of me cannot remember.

Re: Reload banned_ip.cfg

Posted: Mon Feb 08, 2010 1:57 pm
by jurchiks
//reload ...?

Re: Reload banned_ip.cfg

Posted: Mon Feb 08, 2010 2:07 pm
by janiii
banned_ip.cfg is only loaded at login server start (the main method of the L2LoginServer java class). i doubt it can be reloaded without login server restart or without a core modification to do so.

you can remove an ip from the ip list in the login server telnet: unblock <ip>

Re: Reload banned_ip.cfg

Posted: Mon Feb 08, 2010 10:28 pm
by moooo
I guess I was wrong then. Thanks janiii