Add examples

This commit is contained in:
世界
2022-07-08 22:44:42 +08:00
parent 0cb9d79044
commit 76236a0b75
4 changed files with 48 additions and 0 deletions

View File

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