config.yml

OutboundConfig:
  Enable: true
  Protocol: "proxy"
  Settings:
    Tag: "ss-proxy"  # 代理链标签

custom_outbound.json

[
  {
    "tag": "ss-proxy",
    "protocol": "shadowsocks",
    "settings": {
      "servers": [
        {
          "address": "",
          "port": ,
          "method": "aes-128-gcm",
          "password": "",
          "network": "tcp,udp"
        }
      ]
    }
  }
]

route.json

{
  "domainStrategy": "AsIs",
  "rules": [
    {
      "type": "field",
      "outboundTag": "ss-proxy",
      "network": "tcp,udp"
    }
  ]
}

最后修改:2025 年 05 月 11 日
如果觉得我的文章对你有用,请随意赞赏