Shadowsocks Outbound

{
	"type": "shadowsocks",
	"tag": "shadowsocks-out",
	"server": "SERVER-IP-ADDRESS",
	"server_port": 5353,
	"method": "2022-blake3-aes-128-gcm",
	"password": "8JCsPssfgS8tiRwiMlhARg=="
}
Code language: JSON / JSON with Comments (json)

Download Shadowsocks Outbound to your Sing-Box client:

curl https://raw.githubusercontent.com/bitcoinvps/singbox-vpn/main/shadowsocks/client/config.json > /etc/sing-box/config.jsonCode language: Bash (bash)

Your client can use this outbound to connect to your sing-box through 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 check the server connection.