Files
mtprotoproxy/config.py
Alexander Bersenev 058dc30ac5 cosmetical fixes
2018-05-30 12:01:02 +05:00

8 lines
150 B
Python

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