Files
mtprotoproxy/config.py
Alexander Bersenev 632a4c2ba5 fast mode
2018-05-28 02:31:37 +05:00

8 lines
150 B
Python

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