Skip to content

Instantly share code, notes, and snippets.

@oscartbeaumont
Last active May 11, 2019 14:08
Show Gist options
  • Save oscartbeaumont/4ccf4848eb295192302e8c9d91f3f2cf to your computer and use it in GitHub Desktop.
Save oscartbeaumont/4ccf4848eb295192302e8c9d91f3f2cf to your computer and use it in GitHub Desktop.
Test Proxy Config For My Laptop
function FindProxyForURL(url, host) {
if (timeRange(21, 7)) {
return "SOCKS5 10.0.0.122:1080";
}
return "DIRECT";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment