mirror of
https://github.com/tiennm99/mtprotoproxy.git
synced 2026-07-09 23:08:01 +00:00
11 lines
233 B
Python
11 lines
233 B
Python
PORT = 3256
|
|
|
|
# name -> secret (32 hex chars)
|
|
USERS = {
|
|
"tg": "00000000000000000000000000000000",
|
|
"tg2": "0123456789abcdef0123456789abcdef"
|
|
}
|
|
|
|
# disables transit traffic reencryption, faster but less secure
|
|
FAST_MODE = False
|