DualBox dont Work correctly

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
fissban
Posts: 30
Joined: Tue Dec 11, 2007 6:10 pm

DualBox dont Work correctly

Post 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
excuse my English, use google translator
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: DualBox dont Work correctly

Post by Zoey76 »

Following your logic 0 would mean no connections at all, and that doesn't add well with "white list" idea. :D
Powered by Eclipse 4.34 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
fissban
Posts: 30
Joined: Tue Dec 11, 2007 6:10 pm

Re: DualBox dont Work correctly

Post 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
excuse my English, use google translator
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: DualBox dont Work correctly

Post 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.
Powered by Eclipse 4.34 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
Post Reply