Skip to content

Commit

Permalink
tcp header - set name to host
Browse files Browse the repository at this point in the history
  • Loading branch information
MHSanaei committed Dec 23, 2023
1 parent 77b83d8 commit 954bf6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/html/xui/form/stream/stream_tcp.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 954bf6f

Please sign in to comment.