Files
v2rayN/v2rayN/ServiceLib/Sample/SampleClientConfig
2026-06-12 09:47:59 +08:00

22 lines
305 B
Plaintext

{
"log": {
"access": "Vaccess.log",
"error": "Verror.log",
"loglevel": "warning"
},
"inbounds": [],
"outbounds": [
{
"protocol": "freedom",
"tag": "direct"
},
{
"protocol": "blackhole",
"tag": "block"
}
],
"routing": {
"domainStrategy": "IPIfNonMatch",
"rules": []
}
}