From 364cdb90d86dd3994a6347953c03cec0d5b66881 Mon Sep 17 00:00:00 2001 From: Jinho Bang Date: Sat, 14 Mar 2020 00:09:43 +0900 Subject: [PATCH] Update proxy.pac --- proxy.pac | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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