mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-03 20:07:38 +03:00
25 lines
No EOL
390 B
JSON
25 lines
No EOL
390 B
JSON
{
|
|
"log": {
|
|
"loglevel": "debug"
|
|
},
|
|
"inbounds": [
|
|
{
|
|
"listen": "127.0.0.1",
|
|
"port": 1234,
|
|
"protocol": "shadowsocks",
|
|
"settings": {
|
|
"method": "aes-128-cfb",
|
|
"password": "test"
|
|
},
|
|
"streamSettings": {
|
|
"network": "tcp"
|
|
}
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"protocol": "freedom",
|
|
"tag": "direct"
|
|
}
|
|
]
|
|
} |