From f22dd6b53d736556377080a305c40be2db3c8cce Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Sat, 6 May 2023 20:21:14 +0330 Subject: [feature] multi-user shadowsocks @alireza0 Co-Authored-By: Alireza Ahmadi --- web/html/xui/form/protocol/shadowsocks.html | 83 ++++++++++++++++++++++++++++- web/html/xui/form/protocol/trojan.html | 6 +++ web/html/xui/form/protocol/vless.html | 6 +++ web/html/xui/form/protocol/vmess.html | 6 +++ 4 files changed, 100 insertions(+), 1 deletion(-) (limited to 'web/html/xui/form/protocol') diff --git a/web/html/xui/form/protocol/shadowsocks.html b/web/html/xui/form/protocol/shadowsocks.html index 718ba894..3c63fe01 100644 --- a/web/html/xui/form/protocol/shadowsocks.html +++ b/web/html/xui/form/protocol/shadowsocks.html @@ -1,5 +1,87 @@ {{define "form/shadowsocks"}} + + + + + {{ i18n "pages.inbounds.Email" }} + + + + + + + + + + + + + + + + + + + + {{ i18n "pages.inbounds.IPLimit" }} + + + + + + + + + + {{ i18n "pages.inbounds.totalFlow" }} (GB) + + + + + + + + + + + + + + + + {{ i18n "pages.inbounds.expireDate" }} + + + + + + + + + + + + + + + + + + +
[[ col ]]
[[ col ]]
+
+
[[ method ]] @@ -15,5 +97,4 @@ UDP -
{{end}} \ No newline at end of file diff --git a/web/html/xui/form/protocol/trojan.html b/web/html/xui/form/protocol/trojan.html index e63943e6..1581b07c 100644 --- a/web/html/xui/form/protocol/trojan.html +++ b/web/html/xui/form/protocol/trojan.html @@ -53,6 +53,12 @@ + + + + + + {{ i18n "pages.inbounds.expireDate" }} diff --git a/web/html/xui/form/protocol/vless.html b/web/html/xui/form/protocol/vless.html index 33e0c170..023c04b9 100644 --- a/web/html/xui/form/protocol/vless.html +++ b/web/html/xui/form/protocol/vless.html @@ -59,6 +59,12 @@ + + + + + + {{ i18n "pages.inbounds.expireDate" }} diff --git a/web/html/xui/form/protocol/vmess.html b/web/html/xui/form/protocol/vmess.html index 6471e20d..62b80468 100644 --- a/web/html/xui/form/protocol/vmess.html +++ b/web/html/xui/form/protocol/vmess.html @@ -50,6 +50,12 @@ + + + + + + {{ i18n "pages.inbounds.expireDate" }} -- cgit v1.2.3