mirror of https://gitlab.com/rwkgyg/CFwarp.git
48 lines
535 B
Plaintext
48 lines
535 B
Plaintext
"outbounds": [
|
|
{
|
|
"tag":"IP4-out",
|
|
"protocol": "freedom",
|
|
"settings": {}
|
|
},
|
|
{
|
|
"tag":"IP6-out",
|
|
"protocol": "freedom",
|
|
"settings": {
|
|
"domainStrategy": "UseIPv6"
|
|
}
|
|
},
|
|
{
|
|
"tag": "warp",
|
|
"protocol": "socks",
|
|
"settings": {
|
|
"servers": [
|
|
{
|
|
"address": "127.0.0.1",
|
|
"port": 40000
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"routing": {
|
|
"domainStrategy": "AsIs",
|
|
"rules": [
|
|
{
|
|
"type": "field",
|
|
"outboundTag": "IP6-out",
|
|
"domain": [""]
|
|
},
|
|
{
|
|
"type": "field",
|
|
"outboundTag": "warp",
|
|
"domain": [""]
|
|
},
|
|
{
|
|
"type": "field",
|
|
"outboundTag": "IP4-out",
|
|
"network": "udp,tcp"
|
|
}
|
|
]
|
|
}
|
|
}
|