Update On Mon Aug 19 20:32:20 CEST 2024

This commit is contained in:
github-action[bot]
2024-08-19 20:32:21 +02:00
parent 77df2e5cd4
commit df6b77d512
351 changed files with 2282 additions and 1702 deletions
@@ -0,0 +1,35 @@
{
"log": {
"level": "debug",
"timestamp": true
},
"inbounds": [],
"outbounds": [
{
"type": "vless",
"tag": "proxy",
"server": "",
"server_port": 443
},
{
"type": "direct",
"tag": "direct"
},
{
"type": "block",
"tag": "block"
},
{
"tag": "dns_out",
"type": "dns"
}
],
"route": {
"rules": [
{
"protocol": [ "dns" ],
"outbound": "dns_out"
}
]
}
}