Merge pull request #126 from ThinkChaos/fix_pac_logging
Fix logging for Proxy Auto-Configuration (PAC)
This commit is contained in:
commit
495944297c
|
@ -512,7 +512,7 @@ extension OpenVPNTunnelProvider: OpenVPNSessionDelegate {
|
|||
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:")
|
||||
if let proxy = options.httpProxy {
|
||||
log.info("\t\tHTTP: \(proxy.maskedDescription)")
|
||||
|
|
Loading…
Reference in New Issue