Merge commit 'b19e232df23e115ab99b9a797f8d5c28dfce6809' into extended

This commit is contained in:
Shtorm
2026-07-16 11:17:27 +03:00
3 changed files with 30 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ type ProviderLocalOptions struct {
type ProviderRemoteOptions struct {
URL string `json:"url"`
UserAgent string `json:"user_agent,omitempty"`
Headers badoption.HTTPHeader `json:"headers,omitempty"`
DownloadDetour string `json:"download_detour,omitempty"`
UpdateInterval badoption.Duration `json:"update_interval,omitempty"`