mirror of
https://codeberg.org/postscriptum/pac.git
synced 2026-03-31 21:15:27 +00:00
format row
This commit is contained in:
parent
a3dec1db60
commit
676aa8fa64
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue