跳到主要内容

带宽限流

# orbien.toml
[[proxies]]
name = "web"
protocol = "http"
local_port = 8001
custom_domains = ["web.domain.com"]
bandwidth = "10Mbps"

参数说明

参数名类型默认值描述必填
bandwidthString总带宽上限
说明

单位固定为 Mbps,必须为正整数且无空格,例如 10Mbps