fix: parsing override
This commit is contained in:
parent
84299606f4
commit
b9d48f4115
1 changed files with 4 additions and 4 deletions
|
@ -27,11 +27,11 @@ type healthCheckSchema struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type OverrideSchema struct {
|
type OverrideSchema struct {
|
||||||
UDP *bool `proxy:"udp,omitempty"`
|
UDP *bool `provider:"udp,omitempty"`
|
||||||
Up *string `proxy:"up,omitempty"`
|
Up *string `provider:"up,omitempty"`
|
||||||
Down *string `proxy:"down,omitempty"`
|
Down *string `provider:"down,omitempty"`
|
||||||
DialerProxy *string `provider:"dialer-proxy,omitempty"`
|
DialerProxy *string `provider:"dialer-proxy,omitempty"`
|
||||||
SkipCertVerify *bool `proxy:"skip-cert-verify,omitempty"`
|
SkipCertVerify *bool `provider:"skip-cert-verify,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type proxyProviderSchema struct {
|
type proxyProviderSchema struct {
|
||||||
|
|
Loading…
Reference in a new issue