Skip to content

Instantly share code, notes, and snippets.

@fishfisher
Created March 13, 2024 10:01
Show Gist options
  • Save fishfisher/ebfcffe15273174abd2746bd713a5b4a to your computer and use it in GitHub Desktop.
Save fishfisher/ebfcffe15273174abd2746bd713a5b4a to your computer and use it in GitHub Desktop.
proxy.pac
function FindProxyForURL(url, host) {
return "SOCKS 10.20.46.104:8889";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment