From d5daf8bbdfb94971e4ea9a7cbbc857467c9f85c2 Mon Sep 17 00:00:00 2001 From: Alexander Bersenev Date: Tue, 13 Nov 2018 01:11:24 +0500 Subject: [PATCH] add secure only mode example in config --- config.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.py b/config.py index 23297f2..966aa10 100644 --- a/config.py +++ b/config.py @@ -8,3 +8,7 @@ USERS = { # 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