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-12 20:15:33 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2024-03-12 20:15:33 +0300
commit4d07b99fe7aae86f228694f68ebce296291915cd (patch)
treeff54356f209746562586e5ca93b7e2430c1e100e /web/html
parent8b5fe0b018af70c5302966f1d3d4d9a1cdd82dad (diff)
Xray Outbound - Authority gRPC
Diffstat (limited to 'web/html')
-rw-r--r--web/html/xui/form/outbound.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/html/xui/form/outbound.html b/web/html/xui/form/outbound.html
index 6a968458..14bcc461 100644
--- a/web/html/xui/form/outbound.html
+++ b/web/html/xui/form/outbound.html
@@ -333,6 +333,9 @@
<a-form-item label='Service Name'>
<a-input v-model.trim="outbound.stream.grpc.serviceName"></a-input>
</a-form-item>
+ <a-form-item label="Authority">
+ <a-input v-model.trim="outbound.stream.grpc.authority"></a-input>
+ </a-form-item>
<a-form-item label='Multi Mode'>
<a-switch v-model="outbound.stream.grpc.multiMode"></a-switch>
</a-form-item>