Files
mtprotoproxy/config.py
2018-05-28 20:53:31 +03:00

9 lines
170 B
Python

PORT = 3256
PREFER_IPV6 = False
# name -> secret (32 hex chars)
USERS = {
"tg": "00000000000000000000000000000000",
"tg2": "0123456789abcdef0123456789abcdef"
}