diff options
| author | Sanaei <ho3ein.sanaei@gmail.com> | 2025-09-07 23:35:38 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-07 23:35:38 +0300 |
| commit | b008ff4ad236f20f0937dd02e747ca6581e776f3 (patch) | |
| tree | efcb43872da9f46f3e6a307424fb5e309e0e7737 /web/html/form/outbound.html | |
| parent | da6b89fdcd2270aa116297d9ff620b6331f39df9 (diff) | |
Vlessenc (#3426)
* mlkem768
* VlessEnc
Diffstat (limited to 'web/html/form/outbound.html')
| -rw-r--r-- | web/html/form/outbound.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/html/form/outbound.html b/web/html/form/outbound.html index c7a786b7..cfaaafd7 100644 --- a/web/html/form/outbound.html +++ b/web/html/form/outbound.html @@ -226,6 +226,11 @@ </template> <!-- vless settings --> + <template v-if="outbound.protocol === Protocols.VLESS"> + <a-form-item label='encryption'> + <a-input v-model.trim="outbound.settings.encryption"></a-input> + </a-form-item> + </template> <template v-if="outbound.canEnableTlsFlow()"> <a-form-item label='Flow'> <a-select v-model="outbound.settings.flow" :dropdown-class-name="themeSwitcher.currentTheme"> |
