Improve build

This commit is contained in:
世界 2022-08-12 22:53:46 +08:00
parent 340fce9f1c
commit 44fcfab9aa
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
13 changed files with 210 additions and 30 deletions

View file

@ -0,0 +1,39 @@
{
"log": {
"level": "info"
},
"dns": {
"servers": [
{
"address": "tls://8.8.8.8"
}
]
},
"inbounds": [
{
"type": "shadowsocks",
"listen": "::",
"listen_port": 8080,
"sniff": true,
"method": "2022-blake3-aes-128-gcm",
"password": "8JCsPssfgS8tiRwiMlhARg=="
}
],
"outbounds": [
{
"type": "direct"
},
{
"type": "dns",
"tag": "dns-out"
}
],
"route": {
"rules": [
{
"protocol": "dns",
"outbound": "dns-out"
}
]
}
}