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:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-07-29 15:22:02 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-07-29 15:22:02 +0300
commit6066edd510d69b2e92b830ad177b88ae083697d4 (patch)
tree50d337840cfe3d0534e77eb44fb59b195048dab7 /web/html/xui
parenteaec9e54ad120362cd4f8728db10c36c7a25a4d2 (diff)
sockopt acceptProxyProtocol for h2 , gRPC #773
Diffstat (limited to 'web/html/xui')
-rw-r--r--web/html/xui/form/stream/stream_grpc.html2
-rw-r--r--web/html/xui/form/stream/stream_http.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/web/html/xui/form/stream/stream_grpc.html b/web/html/xui/form/stream/stream_grpc.html
index f34a3457..1ee57bbf 100644
--- a/web/html/xui/form/stream/stream_grpc.html
+++ b/web/html/xui/form/stream/stream_grpc.html
@@ -1,7 +1,7 @@
{{define "form/streamGRPC"}}
<a-form layout="inline">
<a-form-item label="AcceptProxyProtocol">
- <a-switch v-model="inbound.stream.grpc.sockopt.acceptProxyProtocol"></a-switch>
+ <a-switch v-model="inbound.stream.sockopt.acceptProxyProtocol"></a-switch>
</a-form-item>
<br>
<a-form-item label="ServiceName">
diff --git a/web/html/xui/form/stream/stream_http.html b/web/html/xui/form/stream/stream_http.html
index 17bd3759..e80eef0f 100644
--- a/web/html/xui/form/stream/stream_http.html
+++ b/web/html/xui/form/stream/stream_http.html
@@ -1,7 +1,7 @@
{{define "form/streamHTTP"}}
<a-form layout="inline">
<a-form-item label="AcceptProxyProtocol">
- <a-switch v-model="inbound.stream.http.sockopt.acceptProxyProtocol"></a-switch>
+ <a-switch v-model="inbound.stream.sockopt.acceptProxyProtocol"></a-switch>
</a-form-item>
<br>
<a-form-item label='{{ i18n "path" }}'>