{
"type": "shadowsocks",
"tag": "shadowsocks-out",
"method": "2022-blake3-aes-128-gcm",
"password": "8JCsPssfgS8tiRwiMlhARg==",
"detour": "shadowtls-out",
"multiplex": {
"enabled": true,
"max_connections": 4,
"min_streams": 4
}
},
{
"type": "shadowtls",
"tag": "shadowtls-out",
"server": "SERVER-IP-ADDRESS",
"server_port": 4443,
"version": 2,
"password": "woman life liberty",
"tls": {
"enabled": true,
"server_name": "google.com"
}
}
Code language: JSON / JSON with Comments (json)
Download “ShadowTLS v2.0 Shadowsocks” outbound to your Sing-Box client:
curl https://raw.githubusercontent.com/bitcoinvps/singbox-vpn/main/shadowtls-v2-shadowsocks/client/config.json > /etc/sing-box/config.json
Code language: Bash (bash)
Your client can use this outbound to connect to your sing-box through ShadowTLS v2.0 Shadowsocks inbound.
The “SERVER-IP-ADDRESS” field should be replaced with the IP address of your VPS server, which can be IPv4 or IPv6, depending on your provider.
You can enable singbox service and test the server connection.