From fe22cbd0e5a87da4c99a2bd075d6858f74da98cc Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Sat, 26 Aug 2023 15:39:18 +0330 Subject: Transparent Proxy with sockopt Stream Setting Co-Authored-By: Alireza Ahmadi --- web/html/xui/form/stream/stream_grpc.html | 4 --- web/html/xui/form/stream/stream_http.html | 4 --- web/html/xui/form/stream/stream_settings.html | 5 +++ web/html/xui/form/stream/stream_sockopt.html | 48 +++++++++++++++++++++++++++ 4 files changed, 53 insertions(+), 8 deletions(-) create mode 100644 web/html/xui/form/stream/stream_sockopt.html (limited to 'web/html') diff --git a/web/html/xui/form/stream/stream_grpc.html b/web/html/xui/form/stream/stream_grpc.html index 1ee57bbf..21c95f99 100644 --- a/web/html/xui/form/stream/stream_grpc.html +++ b/web/html/xui/form/stream/stream_grpc.html @@ -1,9 +1,5 @@ {{define "form/streamGRPC"}} - - - -
diff --git a/web/html/xui/form/stream/stream_http.html b/web/html/xui/form/stream/stream_http.html index e80eef0f..57574ce5 100644 --- a/web/html/xui/form/stream/stream_http.html +++ b/web/html/xui/form/stream/stream_http.html @@ -1,9 +1,5 @@ {{define "form/streamHTTP"}} - - - -
diff --git a/web/html/xui/form/stream/stream_settings.html b/web/html/xui/form/stream/stream_settings.html index 4a07947e..e50caf19 100644 --- a/web/html/xui/form/stream/stream_settings.html +++ b/web/html/xui/form/stream/stream_settings.html @@ -42,4 +42,9 @@ + + + {{end}} \ No newline at end of file diff --git a/web/html/xui/form/stream/stream_sockopt.html b/web/html/xui/form/stream/stream_sockopt.html new file mode 100644 index 00000000..d4019054 --- /dev/null +++ b/web/html/xui/form/stream/stream_sockopt.html @@ -0,0 +1,48 @@ +{{define "form/streamSockopt"}} + + + + + + + + + + + + + + + + + + + + + + + +
Accept Proxy Protocol + + + +
TCP FastOpen + + + +
Route Mark + + + +
T-Proxy + + + OFF + Redirect + T-Proxy + + +
+
+{{end}} \ No newline at end of file -- cgit v1.2.3