|  | @@ -1,12 +1,11 @@
 | 
	
		
			
				|  |  | -/* Point 服务器配置,接受 Socks5 协议请求,并转发到一下 Point 服务器。 */
 | 
	
		
			
				|  |  |  {
 | 
	
		
			
				|  |  | -  "port": 1080, /* Socks 5 端口 */
 | 
	
		
			
				|  |  | +  "port": 1080,
 | 
	
		
			
				|  |  |    "inbound": {
 | 
	
		
			
				|  |  |      "protocol": "socks",
 | 
	
		
			
				|  |  | -    "file": "in_socks.json" /* Socks 5 配置文件 */
 | 
	
		
			
				|  |  | +    "file": "in_socks.json"
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    "outbound": {
 | 
	
		
			
				|  |  |      "protocol": "vmess",
 | 
	
		
			
				|  |  | -    "file": "out_vmess.json" /* VMess 配置文件 */
 | 
	
		
			
				|  |  | +    "file": "out_vmess.json"
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |  }
 |