Skip to content

Instantly share code, notes, and snippets.

@KasumigaokaUtaha
Created April 29, 2020 18:24
Show Gist options
  • Save KasumigaokaUtaha/f188ec9f8a8e6e9e9b0a47022c1de865 to your computer and use it in GitHub Desktop.
Save KasumigaokaUtaha/f188ec9f8a8e6e9e9b0a47022c1de865 to your computer and use it in GitHub Desktop.
GirlsFrontlinePAC
function FindProxyForURL(url, host) {
if (shExpMatch(url, "ios.transit.gf.ppgame.com/index.php") || shExpMatch(url, "gfcn-game.gw.merge.sunborngame.com/index.php/*/Index/version")) {
return "PROXY 192.168.0.234:8888";
} else {
return "DIRECT";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment