diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-10-16 13:22:07 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-10-16 13:22:07 +0300 |
| commit | b36032e22c109b3b6d129542e6b70bfd0fbf5641 (patch) | |
| tree | 69ff0f23695e4ad92f572c13db67929340100d0d /web/html | |
| parent | ac7901abba4326ae8ee75cdc18bbb84c7bda85d4 (diff) | |
REALITY: target as an alias of dest
I don't want to add it separately because they are the same, just the name is different.
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/xui/form/reality_settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/form/reality_settings.html b/web/html/xui/form/reality_settings.html index 327cd79d..16179458 100644 --- a/web/html/xui/form/reality_settings.html +++ b/web/html/xui/form/reality_settings.html @@ -12,7 +12,7 @@ <a-select-option v-for="key in UTLS_FINGERPRINT" :value="key">[[ key ]]</a-select-option> </a-select> </a-form-item> - <a-form-item label='Dest'> + <a-form-item label='Dest (Target)'> <a-input v-model.trim="inbound.stream.reality.dest"></a-input> </a-form-item> <a-form-item label='SNI'> |
