mirror of
https://github.com/alexbers/mtprotoproxy.git
synced 2026-03-13 23:03:09 +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
|