Skip to content

Commit

Permalink
REALITY: target as an alias of dest
Browse files Browse the repository at this point in the history
I don't want to add it separately because they are the same, just the name is different.
  • Loading branch information
MHSanaei committed Oct 16, 2024
1 parent ac7901a commit b36032e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/html/xui/form/reality_settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -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'>
Expand Down

0 comments on commit b36032e

Please sign in to comment.