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

235 B

Shadowsocks Server

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