Last active
September 19, 2025 14:03
-
-
Save marionegroponzi/7964cd88d29a6897197117f0412c4d7f to your computer and use it in GitHub Desktop.
This file contains hidden or 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 "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