diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-12-23 22:49:10 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-12-23 22:49:10 +0300 |
| commit | 954bf6fb5d75ae195c4e432377e94f92140859e6 (patch) | |
| tree | 069140d6b01af4b45288b5ba6acad9ee7aac4c5c /web/html | |
| parent | 77b83d81e20a364ec7be5e908e95eb75e1b031a4 (diff) | |
tcp header - set name to host
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/xui/form/stream/stream_tcp.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/form/stream/stream_tcp.html b/web/html/xui/form/stream/stream_tcp.html index 3fa0cec9..941a3d79 100644 --- a/web/html/xui/form/stream/stream_tcp.html +++ b/web/html/xui/form/stream/stream_tcp.html @@ -33,7 +33,7 @@ </template> </a-form-item> <a-form-item label='{{ i18n "pages.inbounds.stream.general.requestHeader" }}'> - <a-button size="small" @click="inbound.stream.tcp.request.addHeader('', '')">+</a-button> + <a-button size="small" @click="inbound.stream.tcp.request.addHeader('host', '')">+</a-button> </a-form-item> <a-form-item :wrapper-col="{span:24}"> <a-input-group compact v-for="(header, index) in inbound.stream.tcp.request.headers"> |
