From fffb83c5e4d8bc23121c310528808e544c3256c3 Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Mon, 23 Sep 2019 17:03:23 +0300 Subject: [PATCH] v3.4.9 New the "Add proxy" page --- app/templates/add.html | 42 +++++++++++++++++++++++-- app/templates/base.html | 7 +++-- inc/script.js | 68 ++++++++++++++++++++++------------------- inc/style.css | 8 +++-- 4 files changed, 86 insertions(+), 39 deletions(-) diff --git a/app/templates/add.html b/app/templates/add.html index f1cd4430..5b5355d2 100644 --- a/app/templates/add.html +++ b/app/templates/add.html @@ -2,6 +2,7 @@ {% block content %}
+
+
+
+
+ Create Listen +
+
+ A "listen" section defines a complete proxy with its frontend and backend parts combined in one section. It is generally useful for TCP-only traffic. +
+ +
+
+
+
+
+ Create Frontend +
+
+ A "frontend" section describes a set of listening sockets accepting client connections. + And forwards them to backend +
+
+
+
+
+
+ Create Backend +
+
+ A "backend" section describes a set of servers to which the proxy will connect to forward incoming connections. +
+
+
+
+
+
@@ -235,7 +272,8 @@ -
+ +
@@ -366,7 +404,7 @@
Start typing backend, or press down
. -

Note: If backend don\t exist, you must create backend first.

+

Note: If backend don\t exist, you must create backend first.

diff --git a/app/templates/base.html b/app/templates/base.html index 1ba704aa..c3cd1741 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -44,9 +44,10 @@