Skip to content

Instantly share code, notes, and snippets.

@KasumigaokaUtaha
Last active March 19, 2020 12:34
Show Gist options
  • Save KasumigaokaUtaha/b7c82b6c0a9c1550ed6db903ffc90622 to your computer and use it in GitHub Desktop.
Save KasumigaokaUtaha/b7c82b6c0a9c1550ed6db903ffc90622 to your computer and use it in GitHub Desktop.
gf_pac|-|{"files":{"gf_pac.pac":{"env":"plain"}},"tag":"Github"}
function FindProxyForURL(url, host) {
if(dnsDomainIs(host, "ios.transit.gf.ppgame.com") {
return "PROXY 192.168.0.234:8080";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment