From 91a55c2afbe3a75be99a8e171742ae9e17c8aaf4 Mon Sep 17 00:00:00 2001 From: Shaun Gray Date: Wed, 30 Aug 2017 17:56:30 +0100 Subject: [PATCH] When disabling proxy, also disable auto proxy config --- bin/psproxy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/psproxy.sh b/bin/psproxy.sh index f1c2ea6..9c214c1 100755 --- a/bin/psproxy.sh +++ b/bin/psproxy.sh @@ -38,6 +38,7 @@ elif [ $1 == "off" ]; then get State:/Network/Service/net.pulsesecure.pulse.nc.main/Proxies d.add HTTPSEnable 0 d.add HTTPEnable 0 + d.add ProxyAutoConfigEnable 0 set State:/Network/Service/net.pulsesecure.pulse.nc.main/Proxies quit EOF`