Skip to content

Commit

Permalink
Update proxy.pac
Browse files Browse the repository at this point in the history
  • Loading branch information
romandev committed Mar 13, 2020
1 parent ab5b3ca commit bd98938
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions proxy.pac
@@ -1,7 +1,7 @@
function FindProxyForURL(url, host) {
if (shExpMatch(host, "*.sec.samsung.net")) {
return "SOCKS 127.0.0.1:8080";
}
//if (shExpMatch(host, "*.sec.samsung.net")) {
// return "SOCKS 127.0.0.1:8080";
//}

if (shExpMatch(host, "*.samsung.net")) {
return "PROXY 127.0.0.1:44777";
Expand Down

0 comments on commit bd98938

Please sign in to comment.