mirror of
https://github.com/alexbers/mtprotoproxy.git
synced 2026-03-13 23:03:09 +00:00
multiaccounting
This commit is contained in:
11
config.py
11
config.py
@@ -1,5 +1,10 @@
|
||||
PORT = 3256
|
||||
|
||||
# use only these chars in SECRET: 0123456789abcdef
|
||||
# the length of secret should be 32
|
||||
SECRET = '00000000000000000000000000000000'
|
||||
# name -> secret (32 hex chars)
|
||||
USERS = {
|
||||
"tg": "00000000000000000000000000000000",
|
||||
"tg2": "0123456789abcdef0123456789abcdef"
|
||||
}
|
||||
|
||||
# disables transit traffic reencryption, faster but less secure
|
||||
FAST_MODE = False
|
||||
|
||||
Reference in New Issue
Block a user