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