ShadowTLS VMess Outbound

{
	"type": "vmess",
	"tag": "vmess-out",
	"uuid": "18543660-1aa6-49bc-8be6-f6dfc7e87de0",
	"security": "auto",
	"alter_id": 0,
	"global_padding": false,
	"authenticated_length": true,
	"multiplex": {
		"enabled": true,
		"protocol": "smux",
		"max_connections": 5,
		"min_streams": 4,
		"max_streams": 0
	},
	"connect_timeout": "5s",
	"detour": "shadowtls-out"
}, {
	"type": "shadowtls",
	"tag": "shadowtls-out",
	"server": "SERVER-IP-ADDRESS",
	"server_port": 8443,
	"tls": {
		"enabled": true,
		"server_name": "www.wikimedia.org"
	}
}
Code language: JSON / JSON with Comments (json)

Download ShadowTLS VMess outbound to your Sing-Box client:

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

Your client can use this outbound to connect to your sing-box through ShadowTLS VMess 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.