commit b8c6426005e9eecbedea93b375a1471e3be4cb54 Author: anton Date: Mon Aug 12 12:34:46 2024 +0000 new diff --git a/proxy.pac b/proxy.pac new file mode 100644 index 0000000..cd422c3 --- /dev/null +++ b/proxy.pac @@ -0,0 +1,13 @@ +function FindProxyForURL(url, host) + +{ + + if (shExpMatch(host, "*linkedin.com")) + + return "SOCKS5 proxy.vm:11080"; + + else + + return "DIRECT"; + +} \ No newline at end of file