mirror of
https://github.com/ehang-io/nps
synced 2025-10-30 15:26:58 +08:00
Multiple HTTPS certificate support
This commit is contained in:
@@ -130,7 +130,7 @@ func dealCommon(s string) *CommonConfig {
|
||||
c.Cnf.Compress = common.GetBoolByStr(item[1])
|
||||
case "crypt":
|
||||
c.Cnf.Crypt = common.GetBoolByStr(item[1])
|
||||
case "proxy_socks5_url":
|
||||
case "proxy_url":
|
||||
c.ProxyUrl = item[1]
|
||||
case "rate_limit":
|
||||
c.Client.RateLimit = common.GetIntNoErrByStr(item[1])
|
||||
|
||||
Reference in New Issue
Block a user