sing-box/docs/examples/ss-server.md
2022-07-08 22:45:06 +08:00

15 lines
235 B
Markdown

# Shadowsocks Server
```json
{
"inbounds": [
{
"type": "shadowsocks",
"listen": "::",
"listen_port": 8080,
"method": "2022-blake3-aes-128-gcm",
"password": "8JCsPssfgS8tiRwiMlhARg=="
}
]
}
```