mirror of
				https://github.com/MHSanaei/3x-ui.git
				synced 2025-10-30 03:42:51 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			No EOL
		
	
	
		
			491 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			No EOL
		
	
	
		
			491 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{define "form/streamGRPC"}}
 | |
| <a-form layout="inline">
 | |
|     <a-form-item label="AcceptProxyProtocol">
 | |
|         <a-switch v-model="inbound.stream.grpc.sockopt.acceptProxyProtocol"></a-switch>
 | |
|     </a-form-item>
 | |
|     <br>
 | |
|     <a-form-item label="ServiceName">
 | |
|         <a-input v-model.trim="inbound.stream.grpc.serviceName"></a-input>
 | |
|     </a-form-item>
 | |
|     <a-form-item label="Multi Mode">
 | |
|         <a-switch v-model="inbound.stream.grpc.multiMode"></a-switch>
 | |
|     </a-form-item>
 | |
| </a-form>
 | |
| {{end}} | 
