Created
March 13, 2024 10:01
-
-
Save fishfisher/ebfcffe15273174abd2746bd713a5b4a to your computer and use it in GitHub Desktop.
proxy.pac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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