Skip to content

Instantly share code, notes, and snippets.

@marionegroponzi
Last active September 19, 2025 14:03
Show Gist options
  • Save marionegroponzi/7964cd88d29a6897197117f0412c4d7f to your computer and use it in GitHub Desktop.
Save marionegroponzi/7964cd88d29a6897197117f0412c4d7f to your computer and use it in GitHub Desktop.
function FindProxyForURL(url, host) {
return "PROXY 145.80.157.193:8080";
return "PROXY 0.0.0.0:0";
// Test rule: always allow direct connection
return "DIRECT";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment