{
"type": "hysteria",
"tag": "hysteria-out",
"server": "SERVER-IP-ADDRESS",
"server_port": 8443,
"up_mbps": 500,
"down_mbps": 500,
"auth": "8JCsPssfgS8tiRwiMlhARg==",
"auth_str": "upiTU?rUW3+4e6Radro",
"disable_mtu_discovery": false,
"tls": {
"enabled": true,
"disable_sni": false,
"server_name": "subdomain.example.com",
"insecure": false,
"alpn": [
"h3"
]
},
"connect_timeout": "5s",
"tcp_fast_open": false,
"udp_fragment": true
}
Code language: JSON / JSON with Comments (json)
Download “Hysteria” outbound to your Sing-Box client:
curl https://raw.githubusercontent.com/bitcoinvps/singbox-vpn/main/hysteria-udp/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 Hysteria 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.
Please replace “subdomain.example.com” with the domain you configured for Hysteria inbound.
You can enable singbox service and test the server connection.