mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-22 08:18:29 +02:00
added explicit only mode for docker provider, updated dependencies
This commit is contained in:
@@ -3,6 +3,7 @@ package model
|
||||
type Config struct {
|
||||
Providers ProxyProviders `yaml:",flow" json:"providers"`
|
||||
AutoCert AutoCertConfig `yaml:",flow" json:"autocert"`
|
||||
ExplicitOnly bool `yaml:"explicit_only" json:"explicit_only"`
|
||||
MatchDomains []string `yaml:"match_domains" json:"match_domains"`
|
||||
TimeoutShutdown int `yaml:"timeout_shutdown" json:"timeout_shutdown"`
|
||||
RedirectToHTTPS bool `yaml:"redirect_to_https" json:"redirect_to_https"`
|
||||
|
||||
Reference in New Issue
Block a user