From 4e2cb876852f1dd05360f2fed2edceaf5509a08f Mon Sep 17 00:00:00 2001 From: Alexander Bersenev Date: Tue, 13 Aug 2019 02:52:41 +0500 Subject: [PATCH] change the comment --- mtprotoproxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mtprotoproxy.py b/mtprotoproxy.py index 171fb39..c14bbeb 100755 --- a/mtprotoproxy.py +++ b/mtprotoproxy.py @@ -127,7 +127,7 @@ def init_config(): # use masking, can slow down the proxy conf_dict.setdefault("MASK", True) - # the next host to forward bad clients + # the next host to forward bad clients, it is better to use IP here conf_dict.setdefault("MASK_HOST", conf_dict["TLS_DOMAIN"]) # the next host's port to forward bad clients