sing/example/shadowboom/server.json
2022-02-04 00:11:43 +08:00

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"
}
]
}