diff --git a/config.py b/config.py index 966aa10..5aa91d6 100644 --- a/config.py +++ b/config.py @@ -6,9 +6,9 @@ USERS = { "tg2": "0123456789abcdef0123456789abcdef" } +# Makes the proxy harder to detect +# Can be incompatible with very old clients +SECURE_ONLY = True + # Tag for advertising, obtainable from @MTProxybot # AD_TAG = "3c09c680b76ee91a4c25ad51f742267d" - -# Uncommenting this do make a proxy harder to detect -# But it can be incompatible with old clients -# SECURE_ONLY = True