[feature] wireguard inbound

This commit is contained in:
Alireza Ahmadi
2024-01-09 23:23:37 +01:00
parent 93412f8a21
commit dbb17f5829
3 changed files with 115 additions and 0 deletions

View File

@@ -95,6 +95,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"}}