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:
authorMHSanaei <ho3ein.sanaei@gmail.com>2024-01-10 15:42:54 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2024-01-10 15:42:54 +0300
commit722f5e716fb9801a1329dd754268d1199ad97957 (patch)
tree9e009cbe3cbad77a9a4688ca21904c961fb40366 /web/html/xui/form/inbound.html
parentfdf31d80e7b378bc20e4958e2893b72caf088602 (diff)
[feature] wireguard inbound
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/html/xui/form/inbound.html')
-rw-r--r--web/html/xui/form/inbound.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/html/xui/form/inbound.html b/web/html/xui/form/inbound.html
index 5da8ec56..b19be9ac 100644
--- a/web/html/xui/form/inbound.html
+++ b/web/html/xui/form/inbound.html
@@ -97,6 +97,11 @@
{{template "form/http"}}
</template>
+<!-- wireguard -->
+<template v-if="inbound.protocol === Protocols.WIREGUARD">
+ {{template "form/wireguard"}}
+</template>
+
<!-- stream settings -->
<template v-if="inbound.canEnableStream()">
{{template "form/streamSettings"}}