We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e0221b commit 53b0c96Copy full SHA for 53b0c96
1 file changed
setup.sh
@@ -108,7 +108,7 @@ cp squid.conf /etc/squid/squid.conf
108
# Creating PAC Script
109
pac_file=/var/www/vpn-client/scripts/proxy.pac
110
echo "function FindProxyForURL(url, host) {" >> $pac_file
111
-echo "return \"PROXY $PublicIP:3128\"" >> $pac_file
+echo "return \"PROXY $PublicIP:3128; DIRECT\"" >> $pac_file
112
echo "}" >> $pac_file
113
chmod a+rx $pac_file
114
0 commit comments