CFwarp/123/101112

48 lines
778 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

"outbounds": [
{
"tag":"IP4-out",
"protocol": "freedom",
"settings": {}
},
{
"tag":"IP6-out",
"protocol": "freedom",
"settings": {
"domainStrategy": "UseIPv6"
}
},
{
"tag": "socks5-warp",
"protocol": "socks",
"settings": {
"servers": [
{
"address": "127.0.0.1",
"port": 40000
}
]
}
}
],
"routing": {
"domainStrategy": "AsIs",
"rules": [
{
"type": "field",
"outboundTag": "IP6-out",
"domain": [""] // 必填自定义域名走IPv6["geosite:netflix","geosite:*****"]或["netflix.com","****.**"]
},
{
"type": "field",
"outboundTag": "socks5-warp",
"domain": [""] // 必填自定义域名走socks5-warp["geosite:netflix","geosite:*****"]或["netflix.com","****.**"]
},
{
"type": "field",
"outboundTag": "IP4-out",
"network": "udp,tcp"
}
]
}
}