mirror of
				https://github.com/XTLS/Xray-examples.git
				synced 2025-11-04 03:45:34 +08:00 
			
		
		
		
	Create server.json
This commit is contained in:
		
							
								
								
									
										26
									
								
								VMess-QUIC/server.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								VMess-QUIC/server.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,26 @@
 | 
				
			|||||||
 | 
					```json
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					 "port": 443,
 | 
				
			||||||
 | 
					 "protocol": "vmess",
 | 
				
			||||||
 | 
					 "settings": {
 | 
				
			||||||
 | 
					  "clients": [
 | 
				
			||||||
 | 
					   {
 | 
				
			||||||
 | 
					    "id": ""
 | 
				
			||||||
 | 
					   }
 | 
				
			||||||
 | 
					  ]
 | 
				
			||||||
 | 
					 },
 | 
				
			||||||
 | 
					 "streamSettings": {
 | 
				
			||||||
 | 
					  "network": "quic",
 | 
				
			||||||
 | 
					  "quicSettings": {},
 | 
				
			||||||
 | 
					  "security": "tls",
 | 
				
			||||||
 | 
					  "tlsSettings": {
 | 
				
			||||||
 | 
					   "certificates": [
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					     "certificateFile": "fullchain.crt",
 | 
				
			||||||
 | 
					     "keyFile": "private.key"
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					   ]
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					 }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
		Reference in New Issue
	
	Block a user