mirror of
https://github.com/alexbers/mtprotoproxy.git
synced 2026-03-14 07:13:09 +00:00
9 lines
170 B
Python
9 lines
170 B
Python
PORT = 3256
|
|
PREFER_IPV6 = False
|
|
|
|
# name -> secret (32 hex chars)
|
|
USERS = {
|
|
"tg": "00000000000000000000000000000000",
|
|
"tg2": "0123456789abcdef0123456789abcdef"
|
|
}
|