2022-07-30 00:39:34 +00:00
|
|
|
{
|
|
|
|
"log": {
|
|
|
|
"level": "info"
|
|
|
|
},
|
2022-07-31 00:48:21 +00:00
|
|
|
"dns": {
|
|
|
|
"servers": [
|
|
|
|
{
|
|
|
|
"address": "tls://8.8.8.8"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2022-07-30 00:39:34 +00:00
|
|
|
"inbounds": [
|
|
|
|
{
|
|
|
|
"type": "shadowsocks",
|
|
|
|
"listen": "::",
|
|
|
|
"listen_port": 8080,
|
2022-07-31 00:48:21 +00:00
|
|
|
"sniff": true,
|
2023-03-20 11:33:00 +00:00
|
|
|
"network": "tcp",
|
2022-07-30 00:39:34 +00:00
|
|
|
"method": "2022-blake3-aes-128-gcm",
|
|
|
|
"password": "8JCsPssfgS8tiRwiMlhARg=="
|
|
|
|
}
|
2022-07-31 00:48:21 +00:00
|
|
|
],
|
|
|
|
"outbounds": [
|
|
|
|
{
|
|
|
|
"type": "direct"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "dns",
|
|
|
|
"tag": "dns-out"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"route": {
|
|
|
|
"rules": [
|
|
|
|
{
|
|
|
|
"protocol": "dns",
|
|
|
|
"outbound": "dns-out"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2022-07-30 00:39:34 +00:00
|
|
|
}
|