mirror of
				https://github.com/2dust/v2rayN.git
				synced 2025-10-30 03:52:53 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			No EOL
		
	
	
		
			421 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			No EOL
		
	
	
		
			421 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| {
 | |
| 	"log": {
 | |
| 		"level": "debug",
 | |
| 		"timestamp": true
 | |
| 	},
 | |
| 	"inbounds": [],
 | |
| 	"outbounds": [
 | |
| 		{
 | |
| 			"type": "vless",
 | |
| 			"tag": "proxy",
 | |
| 			"server": "",
 | |
| 			"server_port": 443
 | |
| 		},
 | |
| 		{
 | |
| 			"type": "direct",
 | |
| 			"tag": "direct"
 | |
| 		},
 | |
| 		{
 | |
| 			"type": "block",
 | |
| 			"tag": "block"
 | |
| 		},
 | |
| 		{
 | |
| 			"tag": "dns_out",
 | |
| 			"type": "dns"
 | |
| 		}
 | |
| 	],
 | |
| 	"route": {
 | |
| 		"rules": [
 | |
| 			{
 | |
| 				"protocol": [ "dns" ],
 | |
| 				"outbound": "dns_out"
 | |
| 			}
 | |
| 		]
 | |
| 	}
 | |
| } | 
