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

20 lines
308 B
JSON

{
"outbounds": [
{
"protocol": "blackhole",
"sendThrough": "0.0.0.0",
"settings": {
"response": {
"type": "none"
}
},
"streamSettings": {
"sockopt": {
"mark": 255
}
},
"tag": "outBound_BLACKHOLE"
}
]
}