mirror of
https://github.com/springzfx/cgproxy.git
synced 2026-04-23 10:11:04 +08:00
20 lines
308 B
JSON
20 lines
308 B
JSON
{
|
|
"outbounds": [
|
|
{
|
|
"protocol": "blackhole",
|
|
"sendThrough": "0.0.0.0",
|
|
"settings": {
|
|
"response": {
|
|
"type": "none"
|
|
}
|
|
},
|
|
"streamSettings": {
|
|
"sockopt": {
|
|
"mark": 255
|
|
}
|
|
},
|
|
"tag": "outBound_BLACKHOLE"
|
|
}
|
|
]
|
|
}
|