Last active
August 7, 2019 07:59
-
-
Save rohantmp/fa49567da16ea356305b4126bd60ed9b to your computer and use it in GitHub Desktop.
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) { | |
// use proxy for specific domains | |
if (shExpMatch(host, "*.test.metalkube.org")) | |
return "SOCKS5 localhost:8053"; | |
// by default use no proxy | |
return "DIRECT"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Put this file in ~/.mozilla/firefox/