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
path: root/web/html
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2024-03-11 12:30:00 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2024-03-11 12:30:00 +0300
commit01cd7539f91d3dc77114a9387d5b856bdbbdbeda (patch)
treec8aee9f7bdb7195df73079c88c221e95443c30e5 /web/html
parent102864525cab2b8dc443dcc8ebf9e72798a79d64 (diff)
New - gRPC Authority
Diffstat (limited to 'web/html')
-rw-r--r--web/html/xui/form/stream/stream_grpc.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/html/xui/form/stream/stream_grpc.html b/web/html/xui/form/stream/stream_grpc.html
index fcefdff9..e74a3c3f 100644
--- a/web/html/xui/form/stream/stream_grpc.html
+++ b/web/html/xui/form/stream/stream_grpc.html
@@ -3,6 +3,9 @@
<a-form-item label="Service Name">
<a-input v-model.trim="inbound.stream.grpc.serviceName"></a-input>
</a-form-item>
+ <a-form-item label="Authority">
+ <a-input v-model.trim="inbound.stream.grpc.authority"></a-input>
+ </a-form-item>
<a-form-item label="Multi Mode">
<a-switch v-model="inbound.stream.grpc.multiMode"></a-switch>
</a-form-item>