mirror of
				https://github.com/XTLS/Xray-examples.git
				synced 2025-11-04 11:55:34 +08:00 
			
		
		
		
	Add IPv6 Listen
This commit is contained in:
		@@ -8,6 +8,7 @@ Xray client <--- gRPC(TLS) ---> Caddy2 <--- gRPC(cleartext) ---> Xray server
 | 
				
			|||||||
```conf
 | 
					```conf
 | 
				
			||||||
server {
 | 
					server {
 | 
				
			||||||
	listen 443 ssl http2 so_keepalive=on;
 | 
						listen 443 ssl http2 so_keepalive=on;
 | 
				
			||||||
 | 
						listen [::]:443 ssl http2 so_keepalive=on;
 | 
				
			||||||
	server_name example.com;
 | 
						server_name example.com;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	index index.html;
 | 
						index index.html;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user