diff options
| author | Ho3ein <ho3ein.sanaei@gmail.com> | 2023-03-31 01:46:40 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-31 01:46:40 +0300 |
| commit | ef24174a38126ec521249ca093c43fa32edd2523 (patch) | |
| tree | b1824471c83407ba12d9538dc828d211a3fd8f9c /web/html/xui/form/protocol/dokodemo.html | |
| parent | 706c39452b0753802792e2498a513e503e97283b (diff) | |
| parent | f2c28822c1ebef8a0143c4d05676286072dab996 (diff) | |
Merge pull request #132 from MHSanaei/master
Master
Diffstat (limited to 'web/html/xui/form/protocol/dokodemo.html')
| -rw-r--r-- | web/html/xui/form/protocol/dokodemo.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/html/xui/form/protocol/dokodemo.html b/web/html/xui/form/protocol/dokodemo.html index dbba6b5b..53c82c3c 100644 --- a/web/html/xui/form/protocol/dokodemo.html +++ b/web/html/xui/form/protocol/dokodemo.html @@ -8,9 +8,9 @@ </a-form-item> <a-form-item label='{{ i18n "pages.inbounds.network"}}'> <a-select v-model="inbound.settings.network" style="width: 100px;" :dropdown-class-name="siderDrawer.isDarkTheme ? 'ant-card-dark' : ''"> - <a-select-option value="tcp,udp">tcp+udp</a-select-option> - <a-select-option value="tcp">tcp</a-select-option> - <a-select-option value="udp">udp</a-select-option> + <a-select-option value="tcp,udp">TCP+UDP</a-select-option> + <a-select-option value="tcp">TCP</a-select-option> + <a-select-option value="udp">UDP</a-select-option> </a-select> </a-form-item> <a-form-item label="FollowRedirect"> |
