mirror of
https://github.com/alexbers/mtprotoproxy.git
synced 2026-03-13 23:03:09 +00:00
6 lines
144 B
Python
6 lines
144 B
Python
PORT = 3256
|
|
|
|
# use only these chars in SECRET: 0123456789abcdef
|
|
# the length of secret should be 32
|
|
SECRET = '00000000000000000000000000000000'
|