mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-17 21:18:11 -07:00
Merge remote-tracking branch 'origin/master' into vhosts.4
This commit is contained in:
+1
-5
@@ -84,11 +84,7 @@ func (client *Client) ApplyProxiedIP(proxiedIP string, tls bool) (exiting bool)
|
||||
|
||||
// set tls info
|
||||
client.certfp = ""
|
||||
if tls {
|
||||
client.flags[modes.TLS] = true
|
||||
} else {
|
||||
delete(client.flags, modes.TLS)
|
||||
}
|
||||
client.SetMode(modes.TLS, tls)
|
||||
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user