Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNebulosa <85841412+nebulosa2007@users.noreply.github.com>2026-01-19 14:31:49 +0300
committerGitHub <noreply@github.com>2026-01-19 14:31:49 +0300
commit5370b6943af5e17388f5ae97605899526278ea3a (patch)
tree693ec3056ae67722d32769c21534c25d41492493
parentd8c783a2968926634dc29d5a8149815c4623ed16 (diff)
Add hysteria2 protocol in hint text (#3686)
-rw-r--r--web/html/form/outbound.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/form/outbound.html b/web/html/form/outbound.html
index 24bdc751..688a3564 100644
--- a/web/html/form/outbound.html
+++ b/web/html/form/outbound.html
@@ -772,7 +772,7 @@
<a-space direction="vertical" :size="10" :style="{ marginTop: '10px' }">
<a-input addon-before='{{ i18n "pages.xray.outbound.link" }}'
v-model.trim="outModal.link"
- placeholder="vmess:// vless:// trojan:// ss://">
+ placeholder="vmess:// vless:// trojan:// ss:// hysteria2://">
<a-icon slot="addonAfter" type="form" @click="convertLink"></a-icon>
</a-input>
<textarea :style="{ position: 'absolute', left: '-800px' }"