mirror of
https://github.com/alexbers/mtprotoproxy.git
synced 2026-03-13 23:03:09 +00:00
Fix default port in the main script.
Different port in main and config files. It's changed to 3256.
This commit is contained in:
committed by
Alexander Bersenev
parent
ab52521a25
commit
e43ae99911
@@ -100,7 +100,7 @@ def init_config():
|
||||
|
||||
conf_dict = {k: v for k, v in conf_dict.items() if k.isupper()}
|
||||
|
||||
conf_dict.setdefault("PORT", 3255)
|
||||
conf_dict.setdefault("PORT", 3256)
|
||||
conf_dict.setdefault("USERS", {"tg": "00000000000000000000000000000000"})
|
||||
conf_dict["AD_TAG"] = bytes.fromhex(conf_dict.get("AD_TAG", ""))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user