[feature] wireguard inbound

Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
This commit is contained in:
MHSanaei
2024-01-10 16:12:54 +03:30
parent fdf31d80e7
commit 722f5e716f
10 changed files with 377 additions and 44 deletions
+5
View File
@@ -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"}}