mirror of
https://github.com/fatedier/frp.git
synced 2025-07-27 07:35:07 +00:00
fix tlsVerify json tag (#3654)
This commit is contained in:
@@ -109,7 +109,7 @@ type HTTPPluginOptions struct {
|
||||
Addr string `json:"addr"`
|
||||
Path string `json:"path"`
|
||||
Ops []string `json:"ops"`
|
||||
TLSVerify bool `json:"tls_verify,omitempty"`
|
||||
TLSVerify bool `json:"tlsVerify,omitempty"`
|
||||
}
|
||||
|
||||
type HeaderOperations struct {
|
||||
|
Reference in New Issue
Block a user