sing-box/release/config/config.json

44 lines
650 B
JSON
Raw Normal View History

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,
2023-03-20 11:33:00 +00:00
"network": "tcp",
2022-07-30 00:39:34 +00:00
"method": "2022-blake3-aes-128-gcm",
2024-12-02 15:17:01 +00:00
"password": "Gn1JUS14bLUHgv1cWDDp4A==",
"multiplex": {
"enabled": true,
"padding": true
}
2022-07-30 00:39:34 +00:00
}
2022-07-31 00:48:21 +00:00
],
"outbounds": [
{
"type": "direct"
},
{
"type": "dns",
"tag": "dns-out"
}
],
"route": {
"rules": [
{
2024-12-02 15:17:01 +00:00
"port": 53,
2022-07-31 00:48:21 +00:00
"outbound": "dns-out"
}
]
}
2022-07-30 00:39:34 +00:00
}