!!! quote "Changes in sing-box 1.11.0"
:material-plus: [server_ports](#server_ports)
:material-plus: [hop_interval](#hop_interval)
{
"type": "hysteria2",
"tag": "hy2-out",
"server": "127.0.0.1",
"server_port": 1080,
"server_ports": [
"2080:3000"
],
"hop_interval": "",
"up_mbps": 100,
"down_mbps": 100,
"obfs": {
"type": "salamander",
"password": "cry_me_a_r1ver"
},
"password": "goofy_ahh_password",
"network": "tcp",
"tls": {},
"brutal_debug": false,
... // Dial Fields
}
!!! note ""
You can ignore the JSON Array [] tag when the content is only one item
!!! warning "Difference from official Hysteria2"
The official Hysteria2 supports an authentication method called **userpass**,
which essentially uses a combination of `<username>:<password>` as the actual password,
while sing-box does not provide this alias.
If you are planning to use sing-box with the official program,
please note that you will need to fill the combination as the password.
==Required==
The server address.
==Required==
The server port.
Ignored if server_ports is set.
!!! question "Since sing-box 1.11.0"
Server port range list.
Conflicts with server_port.
!!! question "Since sing-box 1.11.0"
Port hopping interval.
30s is used by default.
Max bandwidth, in Mbps.
If empty, the BBR congestion control algorithm will be used instead of Hysteria CC.
QUIC traffic obfuscator type, only available with salamander.
Disabled if empty.
QUIC traffic obfuscator password.
Authentication password.
Enabled network
One of tcp udp.
Both is enabled by default.
==Required==
TLS configuration, see TLS.
Enable debug information logging for Hysteria Brutal CC.
See Dial Fields for details.