From 25f2128d9461e5db055f0733dbfde2dc35b328c3 Mon Sep 17 00:00:00 2001 From: Amirmohammad Nafariyeh Date: Sun, 16 Jun 2024 21:09:02 +0330 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 289ced2..fda3be4 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,14 @@ SecureForward is a minimal, lightweight and efficient SSL/TLS passthrough proxy > [!CAUTION] > ### The responsibility for using this program lies with the user. In some countries, including Iran, using proxies to bypass internet censorship is illegal. Users must ensure their use of this program complies with all applicable laws. +> [!NOTE] +> **SecureForward is part of a larger microservices architecture. For centralized management and administration, explore [SecureProxy](https://github.com/a1383n/secure-proxy), which provides an admin panel and central API for configuring and monitoring DNS and proxy servers.** + ## Features - SSL/TLS Passthrough: Securely forwards encrypted traffic without decrypting it. - IP Control: Allows control over which IP addresses can access the proxy. - SNI Filtering: Filters traffic based on Server Name Indication (SNI) to route it to the appropriate destination. -> [!NOTE] -> **SecureForward is part of a larger microservices architecture. For centralized management and administration, explore [SecureProxy](https://github.com/a1383n/secure-proxy), which provides an admin panel and central API for configuring and monitoring DNS and proxy servers.** - ## Usage SecureForward is easy to use and can be configured with simple command-line options. To get started, follow these steps: