From b73e4173a3c1e69e02ad6b4e3b43e425e57a5be9 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Thu, 9 Feb 2023 22:48:06 +0330 Subject: 3x-ui --- web/html/xui/form/stream/stream_grpc.html | 7 +++ web/html/xui/form/stream/stream_http.html | 12 ++++ web/html/xui/form/stream/stream_kcp.html | 38 ++++++++++++ web/html/xui/form/stream/stream_quic.html | 24 ++++++++ web/html/xui/form/stream/stream_settings.html | 45 ++++++++++++++ web/html/xui/form/stream/stream_tcp.html | 86 +++++++++++++++++++++++++++ web/html/xui/form/stream/stream_ws.html | 33 ++++++++++ 7 files changed, 245 insertions(+) create mode 100644 web/html/xui/form/stream/stream_grpc.html create mode 100644 web/html/xui/form/stream/stream_http.html create mode 100644 web/html/xui/form/stream/stream_kcp.html create mode 100644 web/html/xui/form/stream/stream_quic.html create mode 100644 web/html/xui/form/stream/stream_settings.html create mode 100644 web/html/xui/form/stream/stream_tcp.html create mode 100644 web/html/xui/form/stream/stream_ws.html (limited to 'web/html/xui/form/stream') diff --git a/web/html/xui/form/stream/stream_grpc.html b/web/html/xui/form/stream/stream_grpc.html new file mode 100644 index 00000000..205a4c84 --- /dev/null +++ b/web/html/xui/form/stream/stream_grpc.html @@ -0,0 +1,7 @@ +{{define "form/streamGRPC"}} + + + + + +{{end}} \ No newline at end of file diff --git a/web/html/xui/form/stream/stream_http.html b/web/html/xui/form/stream/stream_http.html new file mode 100644 index 00000000..ad30c45a --- /dev/null +++ b/web/html/xui/form/stream/stream_http.html @@ -0,0 +1,12 @@ +{{define "form/streamHTTP"}} + + + + + + + + + + +{{end}} \ No newline at end of file diff --git a/web/html/xui/form/stream/stream_kcp.html b/web/html/xui/form/stream/stream_kcp.html new file mode 100644 index 00000000..ff14d5b7 --- /dev/null +++ b/web/html/xui/form/stream/stream_kcp.html @@ -0,0 +1,38 @@ +{{define "form/streamKCP"}} + + + + none(not camouflage) + srtp(camouflage video call) + utp(camouflage BT download) + wechat-video(camouflage WeChat video) + dtls(camouflage DTLS 1.2 packages) + wireguard(camouflage wireguard packages) + + + + + + + + + + + + + + + + + + + + + + + + + + + +{{end}} \ No newline at end of file diff --git a/web/html/xui/form/stream/stream_quic.html b/web/html/xui/form/stream/stream_quic.html new file mode 100644 index 00000000..942461ad --- /dev/null +++ b/web/html/xui/form/stream/stream_quic.html @@ -0,0 +1,24 @@ +{{define "form/streamQUIC"}} + + + + none + aes-128-gcm + chacha20-poly1305 + + + + + + + + none(not camouflage) + srtp(camouflage video call) + utp(camouflage BT download) + wechat-video(camouflage WeChat video) + dtls(camouflage DTLS 1.2 packages) + wireguard(camouflage wireguard packages) + + + +{{end}} \ No newline at end of file diff --git a/web/html/xui/form/stream/stream_settings.html b/web/html/xui/form/stream/stream_settings.html new file mode 100644 index 00000000..7fc9ad2c --- /dev/null +++ b/web/html/xui/form/stream/stream_settings.html @@ -0,0 +1,45 @@ +{{define "form/streamSettings"}} + + + + + tcp + kcp + ws + http + quic + grpc + + + + + + + + + + + + + + + + + + + + + +{{end}} \ No newline at end of file diff --git a/web/html/xui/form/stream/stream_tcp.html b/web/html/xui/form/stream/stream_tcp.html new file mode 100644 index 00000000..fc19506d --- /dev/null +++ b/web/html/xui/form/stream/stream_tcp.html @@ -0,0 +1,86 @@ +{{define "form/streamTCP"}} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{{end}} \ No newline at end of file diff --git a/web/html/xui/form/stream/stream_ws.html b/web/html/xui/form/stream/stream_ws.html new file mode 100644 index 00000000..46d6f7a3 --- /dev/null +++ b/web/html/xui/form/stream/stream_ws.html @@ -0,0 +1,33 @@ +{{define "form/streamWS"}} + + + + + + + + + + + + + + + + + + + + + + + + +{{end}} \ No newline at end of file -- cgit v1.2.3