Page 1 of 1

DualBox dont Work correctly

Posted: Tue Apr 02, 2013 7:51 pm
by fissban
» Find Revision
L2J Revision 5918:
L2JDP Revision 9599:

Version Unstable H5

Code: Select all

# Whitelist of the addresses for dualbox checks.# Format: Address1,Number1;Address2,Number2...# Network address can be number (127.0.0.1) or symbolic (localhost) formats.# Additional connection number added to the global limits for this address.# For example, if number of TvT event participants per IP address set to the 1 (no dualbox)# and whitelist contains "l2jserver.com,2" then number of allowed participants from l2jserver.com# will be 1+2=3. Use 0 or negative value for unlimited number of connections.# Default: 127.0.0.1,0 (no limits from localhost)DualboxCheckWhitelist = 127.0.0.1,0 
when we put 0 represents no "unlimited" but rather 0.

We can fix the code to be without limits or change the configuration description

Re: DualBox dont Work correctly

Posted: Wed Apr 03, 2013 1:56 am
by Zoey76
Following your logic 0 would mean no connections at all, and that doesn't add well with "white list" idea. :D

Re: DualBox dont Work correctly

Posted: Wed Apr 03, 2013 2:04 am
by fissban
# Default: 127.0.0.1,0 (no limits from localhost)

when I write 0 it does not allow any account and it should allow all accounts

Re: DualBox dont Work correctly

Posted: Wed Apr 03, 2013 2:38 am
by Zoey76
fissban wrote:# Default: 127.0.0.1,0 (no limits from localhost)

when I write 0 it does not allow any account and it should allow all accounts
Well then it's wrong and should be fixed.