删除5556

This commit is contained in:
甬哥侃侃侃ygkkk 2023-05-11 00:45:16 +00:00
parent 11c187ce8a
commit 069c4bd490
1 changed files with 0 additions and 31 deletions

View File

@ -1,31 +0,0 @@
{
"outbounds": [
{
"tag":"IP4-out",
"protocol": "freedom",
"settings": {}
},
{
"tag":"IP6-out",
"protocol": "freedom",
"settings": {
"domainStrategy": "UseIPv6"
}
}
],
"routing": {
"rules": [
{
"type": "field",
"outboundTag": "IP6-out",
"domain": [""]
},
{
"type": "field",
"outboundTag": "IP4-out",
"network": "udp,tcp"
}
]
}
}