From 87fc8ae4ee7b6f63b144ac9ed1a292c46ffed2cd Mon Sep 17 00:00:00 2001
From: Vladimir Dubrovin <3proxy@3proxy.ru>
Date: Wed, 22 Jul 2026 16:23:11 +0300
Subject: [PATCH] Fix cmake build
---
CMakeLists.txt | 2 +-
doc/html/howtoe.html | 1 +
man/tlspr.8 | 1 +
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e179d48..29e9b02 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -681,7 +681,7 @@ foreach(PROXY_NAME proxy socks pop3p imapp smtpp ftppr tcppm udppm tlspr)
target_link_libraries(${PROXY_NAME} PRIVATE ${WINDOWS_LIBS})
endif()
- if(PROXY_NAME STREQUAL "proxy" OR PROXY_NAME STREQUAL "smtpp")
+ if(PROXY_NAME STREQUAL "proxy" OR PROXY_NAME STREQUAL "smtpp" OR PROXY_NAME STREQUAL "imapp")
target_sources(${PROXY_NAME} PRIVATE $
Options:
diff --git a/man/tlspr.8 b/man/tlspr.8 index 164304d..6bd903d 100644 --- a/man/tlspr.8 +++ b/man/tlspr.8 @@ -13,6 +13,7 @@ .SH DESCRIPTION .B tlspr is an SNI gateway service (destination host is taken from TLS handshake). The destination port must be specified via the -P option (or it may be detected with the Transparent plugin). +tlspr does not support user authentication; use ACLs by client IP or a parent proxy with authentication if access control is required. .SH OPTIONS .TP .B -I