﻿{
	"log": {
		"access": "Vaccess.log",
		"error": "Verror.log",
		"loglevel": "warning"
	},
	"inbounds": [],
	"outbounds": [
		{
			"tag": "proxy",
			"protocol": "vmess",
			"settings": {
				"vnext": [{
					"address": "",
					"port": 0,
					"users": [{
						"id": "",
						"security": "auto"
					}]
				}],
				"servers": [{
					"address": "",
					"method": "",
					"ota": false,
					"password": "",
					"port": 0,
					"level": 1
				}]
			},
			"streamSettings": {
				"network": "tcp"
			},
			"mux": {
				"enabled": false
			}
		},
		{
			"protocol": "freedom",
			"tag": "direct"
		},
		{
			"protocol": "blackhole",
			"tag": "block"
		}
	],
	"routing": {
		"domainStrategy": "IPIfNonMatch",
		"rules": [
			{
				"inboundTag": [
					"api"
				],
				"outboundTag": "api",
				"type": "field"
			}
		]
	}
}