删除123

This commit is contained in:
甬哥侃侃侃ygkkk 2023-05-11 00:44:52 +00:00
parent 01e760ae67
commit 3d1e46c651
1 changed files with 0 additions and 47 deletions

47
123/123
View File

@ -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"
}
]
}
}