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"
}
]
}