From f668a34910b75f932ba14a26e4d988b84e078063 Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Sat, 1 Aug 2026 11:11:26 +0300 Subject: [PATCH] Correct example in howto --- doc/html/howtoe.html | 4 +--- doc/html/howtor.html | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/doc/html/howtoe.html b/doc/html/howtoe.html index 6bc6fa9..1c25214 100644 --- a/doc/html/howtoe.html +++ b/doc/html/howtoe.html @@ -679,9 +679,7 @@ socks

3. Using tlspr with HTTP proxy for TLS hostname-based ACL:

-allow * * * 80
-parent 1000 http 0.0.0.0 0
-allow * * * 443
+allow * * * * HTTP_CONNECT
 parent 1000 tls 0.0.0.0 0
 deny * * blocked.example.com
 allow *
diff --git a/doc/html/howtor.html b/doc/html/howtor.html
index 97113e8..c237741 100644
--- a/doc/html/howtor.html
+++ b/doc/html/howtor.html
@@ -687,9 +687,7 @@ socks
 

3. Использование tlspr с HTTP proxy для ACL по имени хоста TLS:

-allow * * * 80
-parent 1000 http 0.0.0.0 0
-allow * * * 443
+allow * * * * HTTP_CONNECT
 parent 1000 tls 0.0.0.0 0
 deny * * blocked.example.com
 allow *