Skip to content

Instantly share code, notes, and snippets.

@ajaxsys
Last active October 14, 2015 04:31
Show Gist options
  • Save ajaxsys/ff8b292f04e0d75bebc5 to your computer and use it in GitHub Desktop.
Save ajaxsys/ff8b292f04e0d75bebc5 to your computer and use it in GitHub Desktop.
pac for music.163.com https://goo.gl/E1s7Yt
function FindProxyForURL(url, host)
{
if (host == "music.163.com")
return "PROXY 124.126.126.105:80;PROXY 122.72.0.242:8080;PROXY 123.59.25.227:80;PROXY 122.96.59.99:83;PROXY 115.182.83.38:8080;";
return "DIRECT";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment