format row

This commit is contained in:
postscriptum 2026-03-30 09:06:58 +03:00
parent a3dec1db60
commit 676aa8fa64

View file

@ -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
}