diff --git a/yggstack-or-psocks.pac b/yggstack-or-psocks.pac index 8ea0d0b..2f3f57b 100644 --- a/yggstack-or-psocks.pac +++ b/yggstack-or-psocks.pac @@ -1,6 +1,7 @@ function FindProxyForURL(url, host) { - if (/^0{0,1}[2-3][a-f0-9]{0,2}:/.test(host) || /\.ygg$/.test(host)) { + if (/^0{0,1}[2-3][a-f0-9]{0,2}:/.test(host) || /\.ygg$/.test(host)) + { return 'SOCKS5 127.0.0.1:1047'; // yggstack }