From ac20f189c8e322c9dad9a187fb4fbebe5090702d Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Thu, 30 Apr 2026 19:11:17 +0300 Subject: [PATCH] Update documentation --- doc/html/howtoe.html | 78 ++++++++-- doc/html/howtor.html | 79 ++++++++-- doc/html/man5/3proxy.cfg.5.html | 222 ++++++++++++++++++++++++++++ doc/html/plugins/PCREPlugin.html | 17 +-- doc/html/plugins/PCREPlugin.ru.html | 21 ++- doc/html/plugins/SSLPlugin.html | 14 +- doc/html/plugins/SSLPlugin.ru.html | 13 +- man/3proxy.cfg.5 | 199 ++++++++++++++++++++++++- 8 files changed, 587 insertions(+), 56 deletions(-) diff --git a/doc/html/howtoe.html b/doc/html/howtoe.html index de6d6c3..dc7f585 100644 --- a/doc/html/howtoe.html +++ b/doc/html/howtoe.html @@ -33,8 +33,9 @@
  • How to resolve names through a parent proxy
  • How to set up an FTP proxy
  • How to set up an SNI proxy (tlspr)
  • -
  • How to set up TLS/SSL with SSLPlugin (https proxy, mTLS)
  • -
  • How to create CA and certificates for SSLPlugin
  • +
  • How to set up TLS/SSL (https proxy, mTLS)
  • +
  • How to create CA and certificates for SSL
  • +
  • How to use PCRE filtering (regular expressions)
  • How to limit service access
  • How to create a user list
  • How to limit user access to resources @@ -639,9 +640,12 @@ allow * proxy

    -
  • How to set up TLS/SSL with SSLPlugin (https proxy, mTLS) +
  • How to set up TLS/SSL (https proxy, mTLS)

    -SSLPlugin provides TLS/SSL support for 3proxy. It can be used to: +Since version 0.9.7, SSL/TLS support is built into 3proxy when compiled with OpenSSL +(WITH_SSL). Previously available as SSLPlugin, the functionality is now integrated +into the main binary. The plugin line is no longer required. +SSL/TLS support can be used to: