| 
									
										
										
										
											2023-02-09 19:18:06 +00:00
										 |  |  | {{define "form/streamHTTP"}} | 
					
						
							|  |  |  | <a-form layout="inline"> | 
					
						
							| 
									
										
										
										
											2023-06-09 15:23:57 +00:00
										 |  |  |     <a-form-item label="AcceptProxyProtocol"> | 
					
						
							|  |  |  |         <a-switch v-model="inbound.stream.http.sockopt.acceptProxyProtocol"></a-switch> | 
					
						
							|  |  |  |     </a-form-item> | 
					
						
							|  |  |  |     <br> | 
					
						
							| 
									
										
										
										
											2023-02-09 19:18:06 +00:00
										 |  |  |     <a-form-item label='{{ i18n "path" }}'> | 
					
						
							|  |  |  |         <a-input v-model.trim="inbound.stream.http.path"></a-input> | 
					
						
							|  |  |  |     </a-form-item> | 
					
						
							| 
									
										
										
										
											2023-02-12 13:50:09 +00:00
										 |  |  |     <a-form-item label="Host"> | 
					
						
							| 
									
										
										
										
											2023-02-09 19:18:06 +00:00
										 |  |  |         <a-row v-for="(host, index) in inbound.stream.http.host"> | 
					
						
							|  |  |  |             <a-input v-model.trim="inbound.stream.http.host[index]"></a-input> | 
					
						
							|  |  |  |         </a-row> | 
					
						
							|  |  |  |     </a-form-item> | 
					
						
							|  |  |  | </a-form> | 
					
						
							|  |  |  | {{end}} |