feat: support ntlm proxy set in http_proxy env (#2002)

This commit is contained in:
vesta
2020-09-23 12:05:05 +08:00
committed by GitHub
parent 04dafd7ff0
commit 710ecf44f5
4 changed files with 13 additions and 9 deletions

View File

@@ -100,7 +100,7 @@ type ClientCommonConf struct {
// set.
Start map[string]struct{} `json:"start"`
// Protocol specifies the protocol to use when interacting with the server.
// Valid values are "tcp", "kcp", and "websocket". By default, this value
// Valid values are "tcp", "kcp" and "websocket". By default, this value
// is "tcp".
Protocol string `json:"protocol"`
// TLSEnable specifies whether or not TLS should be used when communicating