This commit is contained in:
Mrx
2026-03-19 11:07:52 +08:00
parent baa45a8a05
commit faf4b7f6a7
6 changed files with 32 additions and 4 deletions

View File

@@ -34,6 +34,7 @@ type DailyRateLimitConfig struct {
BlockedCountries []string `mapstructure:"blocked_countries"` // 被阻止的国家/地区
EnableProxyCheck bool `mapstructure:"enable_proxy_check"` // 是否检查代理
MaxConcurrent int `mapstructure:"max_concurrent"` // 最大并发请求数
// 路径排除配置
ExcludePaths []string `mapstructure:"exclude_paths"` // 排除频率限制的路径
// 域名排除配置