Update stream_tcp.html

تغییر هاست پیشفرض در درخواست هدر HTTP به وبسایت تلوبیون
This commit is contained in:
sinahzde 2023-05-28 20:10:32 +00:00 committed by GitHub
parent 2c233dffa5
commit c5d103f927
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@
<a-form-item>
<a-row>
<span>{{ i18n "pages.inbounds.stream.general.requestHeader" }}:</span>
<a-button type="primary" size="small" style="margin-left: 10px" @click="inbound.stream.tcp.request.addHeader('Host', 'xxx.com')">+</a-button>
<a-button type="primary" size="small" style="margin-left: 10px" @click="inbound.stream.tcp.request.addHeader('Host', 'telewebion.com')">+</a-button>
</a-row>
<a-input-group v-for="(header, index) in inbound.stream.tcp.request.headers">
<a-input style="width: 50%" v-model.trim="header.name"
@ -73,4 +73,4 @@
</a-input-group>
</a-form-item>
</a-form>
{{end}}
{{end}}