Projects STRLCPY sing-box Files
🤬
84 lines | UTF-8 | 1 KB

结构

{
  "type": "shadowsocks",
  "tag": "ss-in",

  ... // 监听字段

  "method": "2022-blake3-aes-128-gcm",
  "password": "8JCsPssfgS8tiRwiMlhARg=="
}

多用户结构

{
  "method": "2022-blake3-aes-128-gcm",
  "password": "8JCsPssfgS8tiRwiMlhARg==",
  "users": [
    {
      "name": "sekai",
      "password": "PCD2Z4o12bKUoFa3cC97Hw=="
    }
  ]
}

中转结构

{
  "type": "shadowsocks",
  "method": "2022-blake3-aes-128-gcm",
  "password": "8JCsPssfgS8tiRwiMlhARg==",
  "destinations": [
    {
      "name": "test",
      "server": "example.com",
      "server_port": 8080,
      "password": "PCD2Z4o12bKUoFa3cC97Hw=="
    }
  ]
}

Listen Fields

See Listen Fields for details.

字段

network

监听的网络协议,tcp udp 之一。

默认所有。

method

==必填==

方法密钥长度
2022-blake3-aes-128-gcm16
2022-blake3-aes-256-gcm32
2022-blake3-chacha20-poly130532
none/
aes-128-gcm/
aes-192-gcm/
aes-256-gcm/
chacha20-ietf-poly1305/
xchacha20-ietf-poly1305/

password

==必填==

方法密码格式
none/
2022 methodssing-box generate rand --base64 <密钥长度>
other methods任意字符串
Please wait...
Page is in error, reload to recover