From f7e572b309ddd21ffdfecd98209d69bb82e26576 Mon Sep 17 00:00:00 2001 From: mantaohuang Date: Thu, 9 Apr 2020 15:29:54 -0400 Subject: [PATCH] updating readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99cec33..c3326b4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -Multiple Openvpn Manager +Openvpn Load Balancing Socks5 Server ========= -Supervise multiple openvpn client connections and provide socks5 proxy with load balancing to achieve bandwidth aggregation from multiple connections. The link isolation is by iptables and ip rules using group id as the identifier. One socks5 server is started for each openvpn connection, and an additional load balancing socks5 server listens for external requests. +ovpn-lb-socks5 supervises multiple openvpn client connections and provides a socks5 proxy to load balance the connections to achieve bandwidth aggregation. The link isolation uses iptables and ip rules with group id as the identifier. One socks5 server is started for each openvpn connection, and an additional load balancing socks5 server listens for external requests. The program also provides link quality monitoring (ping time and speed). The load balancing proxy has the option to dynamically change the rule for load balancing based on the link quality.