mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-07 10:46:19 +00:00
Update outbound.html
This commit is contained in:
parent
502666dd6a
commit
3274cf44cf
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@
|
|||
</template>
|
||||
|
||||
<!-- wireguard settings -->
|
||||
<template v-if="outbound.protocol === Protocols.Wireguard">
|
||||
<template v-if="outbound.protocol === Protocols.WireGuard">
|
||||
<a-form-item label='Secret Key'>
|
||||
<a-input v-model.trim="outbound.settings.secretKey"></a-input>
|
||||
</a-form-item>
|
||||
|
@ -77,7 +77,7 @@
|
|||
<a-select
|
||||
v-model="outbound.settings.domainStrategy"
|
||||
:dropdown-class-name="themeSwitcher.currentTheme">
|
||||
<a-select-option v-for="s in ['', ...WireguardDomainStrategy]" :value="s">[[ s ]]</a-select-option>
|
||||
<a-select-option v-for="s in ['', ...WireGuardDomainStrategy]" :value="s">[[ s ]]</a-select-option>
|
||||
</a-select>
|
||||
</a-form-item>
|
||||
|
||||
|
|
Loading…
Reference in a new issue