docs/configuration/outbound/hysteria.zh.md
!!! quote "sing-box 1.12.0 中的更改"
:material-plus: [server_ports](#server_ports)
:material-plus: [hop_interval](#hop_interval)
{
"type": "hysteria",
"tag": "hysteria-out",
"server": "127.0.0.1",
"server_port": 1080,
"server_ports": [
"2080:3000"
],
"hop_interval": "",
"up": "100 Mbps",
"up_mbps": 100,
"down": "100 Mbps",
"down_mbps": 100,
"obfs": "fuck me till the daylight",
"auth": "",
"auth_str": "password",
"network": "",
"tls": {},
... // QUIC 字段
... // 拨号字段
// 废弃的
"recv_window_conn": 0,
"recv_window": 0,
"disable_mtu_discovery": false
}
==必填==
服务器地址。
==必填==
服务器端口。
!!! question "自 sing-box 1.12.0 起"
服务器端口范围列表。
与 server_port 冲突。
!!! question "自 sing-box 1.12.0 起"
端口跳跃间隔。
默认使用 30s。
==必填==
格式: [Integer] [Unit] 例如: 100 Mbps, 640 KBps, 2 Gbps
支持的单位 (大小写敏感, b = bits, B = bytes, 8b=1B):
bps (bits per second)
Bps (bytes per second)
Kbps (kilobits per second)
KBps (kilobytes per second)
Mbps (megabits per second)
MBps (megabytes per second)
Gbps (gigabits per second)
GBps (gigabytes per second)
Tbps (terabits per second)
TBps (terabytes per second)
==必填==
以 Mbps 为单位的 up, down。
混淆密码。
base64 编码的认证密码。
认证密码。
启用的网络协议。
tcp 或 udp。
默认所有。
==必填==
TLS 配置, 参阅 TLS。
参阅 QUIC 字段 了解详情。
参阅 拨号字段。
!!! failure "已在 sing-box 1.14.0 废弃"
请使用 QUIC 字段 `stream_receive_window` 代替。
!!! failure "已在 sing-box 1.14.0 废弃"
请使用 QUIC 字段 `connection_receive_window` 代替。
!!! failure "已在 sing-box 1.14.0 废弃"
请使用 QUIC 字段 `disable_path_mtu_discovery` 代替。