Enable SNI offload in HTTPS proxy connections

Updated the ReverseProxy's ProxyHTTPS method to use tls.Dial with SNI support when connecting to upstream servers. Also incremented SYSTEM_VERSION to 3.2.7.
This commit is contained in:
Toby Chui
2025-09-17 07:37:21 +08:00
parent d5a980094b
commit 52f652fbaf
2 changed files with 15 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ import (
const (
/* Build Constants */
SYSTEM_NAME = "Zoraxy"
SYSTEM_VERSION = "3.2.6"
SYSTEM_VERSION = "3.2.7"
DEVELOPMENT_BUILD = false
/* System Constants */