diff options
Diffstat (limited to 'web')
| -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"> |
