Muad Dib (@cs328902) 在 关于服务器流量回国——sing-box 系列教程补充 中发帖
建议把服务器的回国流量屏蔽。
sing-box 内核配置添加如下
// 出站增加 block
"outbounds": [
{
"type": "block",
"tag": "block"
},
//
//
//
//
//
// 添加回国流量的路由禁止
"route": {
"rules": [
{
"rule_set": [
"cnsite",
"cnip"
],
"outbound": "block"
}
//
//
//
//
//
"rule_set": [
{
"type": "remote",
"tag": "cnip",
...