From 1938c7d3bbcaaa77f3cccbd73beca089f1c056b7 Mon Sep 17 00:00:00 2001 From: Alexander Bersenev Date: Mon, 19 Aug 2019 03:33:04 +0500 Subject: [PATCH] change comment --- mtprotoproxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mtprotoproxy.py b/mtprotoproxy.py index f690ca3..acb8566 100755 --- a/mtprotoproxy.py +++ b/mtprotoproxy.py @@ -125,7 +125,7 @@ def init_config(): # allows to connect in tls mode only conf_dict.setdefault("TLS_ONLY", False) - # accept incoming connections only with proxy protocol v1/v2, use for nginx/haproxy + # accept incoming connections only with proxy protocol v1/v2, useful for nginx and haproxy conf_dict.setdefault("PROXY_PROTOCOL", False) # set the tls domain for the proxy, has an influence only on starting message