Add linux server scripts

This commit is contained in:
世界
2022-07-30 08:39:34 +08:00
parent 0f7f800e95
commit 9b9b5ebb72
6 changed files with 75 additions and 0 deletions

14
release/local/config.json Normal file
View File

@@ -0,0 +1,14 @@
{
"log": {
"level": "info"
},
"inbounds": [
{
"type": "shadowsocks",
"listen": "::",
"listen_port": 8080,
"method": "2022-blake3-aes-128-gcm",
"password": "8JCsPssfgS8tiRwiMlhARg=="
}
]
}