Config for dualbox check not to count offline traders.

This commit is contained in:
MobiusDev
2018-09-10 04:20:24 +00:00
parent 776162c7ec
commit a335616fe5
32 changed files with 200 additions and 56 deletions

View File

@@ -14,6 +14,10 @@ DualboxCheckMaxOlympiadParticipantsPerIP = 0
# Default: 0 (unlimited)
DualboxCheckMaxL2EventParticipantsPerIP = 0
# Count offline traders as dualbox.
# Default: False
DualboxCountOfflineTraders = False
# 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.