v2rayN/v2rayN/ServiceLib/Sample/SampleClientConfig

30 lines
402 B
Text
Raw Normal View History

{
2019-10-11 06:15:20 +00:00
"log": {
"access": "Vaccess.log",
"error": "Verror.log",
"loglevel": "warning"
},
2024-05-14 05:42:42 +00:00
"inbounds": [],
"outbounds": [
2019-10-11 06:15:20 +00:00
{
"protocol": "freedom",
"tag": "direct"
},
{
"protocol": "blackhole",
"tag": "block"
2019-10-11 06:15:20 +00:00
}
],
"routing": {
"domainStrategy": "IPIfNonMatch",
"rules": [
{
"inboundTag": [
"api"
],
"outboundTag": "api",
"type": "field"
}
2019-10-11 06:15:20 +00:00
]
}
}