mirror of
https://github.com/alexbers/mtprotoproxy.git
synced 2026-03-22 02:25:49 +00:00
better comment
This commit is contained in:
@@ -44,7 +44,8 @@ FAST_MODE = config.get("FAST_MODE", True)
|
|||||||
# doesn't allow to connect in not-secure mode
|
# doesn't allow to connect in not-secure mode
|
||||||
SECURE_ONLY = config.get("SECURE_ONLY", False)
|
SECURE_ONLY = config.get("SECURE_ONLY", False)
|
||||||
|
|
||||||
# user limits, the mapping from name to integer limit
|
# user tcp connection limits, the mapping from name to the integer limit
|
||||||
|
# feel free to multiply it them 5, since one user can make multiple tcp connects
|
||||||
USER_CONN_LIMITS = config.get("USER_CONN_LIMITS", {})
|
USER_CONN_LIMITS = config.get("USER_CONN_LIMITS", {})
|
||||||
|
|
||||||
# length of used handshake randoms for active fingerprinting protection
|
# length of used handshake randoms for active fingerprinting protection
|
||||||
|
|||||||
Reference in New Issue
Block a user