diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-06-18 13:49:20 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-06-18 13:49:20 +0300 |
| commit | 7f2c11220f2d27ac1ad3fdc343b06dd77edd28f1 (patch) | |
| tree | e7e6b555f6edea2b4848f05e7aa936cb21735b24 /web/html/xui/inbound_info_modal.html | |
| parent | 52b02fdef9a499efe99b2d32c78a7936fe34d4d6 (diff) | |
new - splithttp transport
splithttp inbound
splithttp outbound
change priority host for ws - httpupgrade (host>>headers)
Diffstat (limited to 'web/html/xui/inbound_info_modal.html')
| -rw-r--r-- | web/html/xui/inbound_info_modal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/inbound_info_modal.html b/web/html/xui/inbound_info_modal.html index b15f1830..a6f34001 100644 --- a/web/html/xui/inbound_info_modal.html +++ b/web/html/xui/inbound_info_modal.html @@ -34,7 +34,7 @@ <a-tag color="green">[[ inbound.network ]]</a-tag> </td> </tr> - <template v-if="inbound.isTcp || inbound.isWs || inbound.isH2 || inbound.isHttpupgrade "> + <template v-if="inbound.isTcp || inbound.isWs || inbound.isH2 || inbound.isHttpupgrade || inbound.isSplithttp"> <tr> <td>{{ i18n "host" }}</td> <td v-if="inbound.host"> |
