mirror of
https://github.com/alexbers/mtprotoproxy.git
synced 2026-03-13 23:03:09 +00:00
15 lines
369 B
Python
15 lines
369 B
Python
PORT = 3256
|
|
|
|
# name -> secret (32 hex chars)
|
|
USERS = {
|
|
"tg": "00000000000000000000000000000000",
|
|
"tg2": "0123456789abcdef0123456789abcdef"
|
|
}
|
|
|
|
# Tag for advertising, obtainable from @MTProxybot
|
|
# AD_TAG = "3c09c680b76ee91a4c25ad51f742267d"
|
|
|
|
# Uncommenting this do make a proxy harder to detect
|
|
# But it can be incompatible with old clients
|
|
# SECURE_ONLY = True
|