Files
cgproxy/v2ray_config/06_outbounds_01_freedom.json
2020-05-06 02:42:44 +08:00

20 lines
330 B
JSON

{
"outbounds": [
{
"protocol": "freedom",
"sendThrough": "0.0.0.0",
"settings": {
"domainStrategy": "UseIP",
"redirect": ":0",
"userLevel": 0
},
"streamSettings": {
"sockopt": {
"mark": 255
}
},
"tag": "outBound_DIRECT"
}
]
}