Fix logging for Proxy Auto-Configuration (PAC)
This commit is contained in:
parent
74ec321946
commit
907bbe20ae
@ -506,7 +506,7 @@ extension OpenVPNTunnelProvider: OpenVPNSessionDelegate {
|
|||||||
log.info("\tDomain: not configured")
|
log.info("\tDomain: not configured")
|
||||||
}
|
}
|
||||||
|
|
||||||
if options.httpProxy != nil || options.httpsProxy != nil {
|
if options.httpProxy != nil || options.httpsProxy != nil || options.proxyAutoConfigurationURL != nil {
|
||||||
log.info("\tProxy:")
|
log.info("\tProxy:")
|
||||||
if let proxy = options.httpProxy {
|
if let proxy = options.httpProxy {
|
||||||
log.info("\t\tHTTP: \(proxy.maskedDescription)")
|
log.info("\t\tHTTP: \(proxy.maskedDescription)")
|
||||||
|
Loading…
Reference in New Issue
Block a user