Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/xui/form/outbound.html')
-rw-r--r--web/html/xui/form/outbound.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/web/html/xui/form/outbound.html b/web/html/xui/form/outbound.html
index e6d12ee4..fb9e6f41 100644
--- a/web/html/xui/form/outbound.html
+++ b/web/html/xui/form/outbound.html
@@ -270,7 +270,6 @@
<a-select-option value="tcp">TCP (RAW)</a-select-option>
<a-select-option value="kcp">mKCP</a-select-option>
<a-select-option value="ws">WebSocket</a-select-option>
- <a-select-option value="http">HTTP</a-select-option>
<a-select-option value="grpc">gRPC</a-select-option>
<a-select-option value="httpupgrade">HTTPUpgrade</a-select-option>
<a-select-option value="xhttp">XHTTP</a-select-option>
@@ -341,16 +340,6 @@
<a-input-number v-model.number="outbound.stream.ws.heartbeatPeriod" :min="0"></a-input-number>
</a-form-item>
</template>
-
- <!-- http -->
- <template v-if="outbound.stream.network === 'http'">
- <a-form-item label='{{ i18n "host" }}'>
- <a-input v-model.trim="outbound.stream.http.host"></a-input>
- </a-form-item>
- <a-form-item label='{{ i18n "path" }}'>
- <a-input v-model.trim="outbound.stream.http.path"></a-input>
- </a-form-item>
- </template>
<!-- grpc -->
<template v-if="outbound.stream.network === 'grpc'">