Xray Outbound - Authority gRPC

This commit is contained in:
MHSanaei
2024-03-12 20:45:33 +03:30
parent 8b5fe0b018
commit 4d07b99fe7
2 changed files with 7 additions and 2 deletions

View File

@@ -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>