mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
fix tlsVerify json tag (#3654)
This commit is contained in:
parent
3ae1a4f45a
commit
5eb8f3db03
@ -27,7 +27,7 @@ type HTTPPluginOptions struct {
|
|||||||
Addr string `ini:"addr"`
|
Addr string `ini:"addr"`
|
||||||
Path string `ini:"path"`
|
Path string `ini:"path"`
|
||||||
Ops []string `ini:"ops"`
|
Ops []string `ini:"ops"`
|
||||||
TLSVerify bool `ini:"tls_verify"`
|
TLSVerify bool `ini:"tlsVerify"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// ServerCommonConf contains information for a server service. It is
|
// ServerCommonConf contains information for a server service. It is
|
||||||
|
@ -109,7 +109,7 @@ type HTTPPluginOptions struct {
|
|||||||
Addr string `json:"addr"`
|
Addr string `json:"addr"`
|
||||||
Path string `json:"path"`
|
Path string `json:"path"`
|
||||||
Ops []string `json:"ops"`
|
Ops []string `json:"ops"`
|
||||||
TLSVerify bool `json:"tls_verify,omitempty"`
|
TLSVerify bool `json:"tlsVerify,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type HeaderOperations struct {
|
type HeaderOperations struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user