diff --git a/proxy.pac b/proxy.pac index f5e2250..d2189fb 100644 --- a/proxy.pac +++ b/proxy.pac @@ -1,10 +1,12 @@ function FindProxyForURL(url, host) { + return "HTTP 127.0.0.1:44777"; + if (shExpMatch(host, "*.sec.samsung.net")) { - return "HTTP 127.0.0.1:44777"; + return "SOCKS 127.0.0.1:8080"; } if (shExpMatch(host, "*.samsung.net")) { - return "HTTP 127.0.0.1:44777"; + return "SOCKS 127.0.0.1:8080"; } if (shExpMatch(host, "165.213.202.130")) { // Gerrit