mirror of https://gitlab.com/rwkgyg/CFwarp.git
删除131415
This commit is contained in:
parent
5c93b14d14
commit
11c187ce8a
47
123/131415
47
123/131415
|
@ -1,47 +0,0 @@
|
|||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue