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) { | |
// Local SOCKS5 proxy | |
var socksProxy = "SOCKS5 192.168.1.7:9050"; | |
// Helper: match bare domain or any subdomain | |
function isDomainOrSub(host, root) { | |
return host === root || dnsDomainIs(host, "." + root); | |
} | |
// Domains to proxy via Tor |
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
{ | |
"name": "IBM Cloud Platform", | |
"description": "", | |
"elements": [ | |
{ | |
"tag": "IBM AgroPad", | |
"stroke": "#4285f4", | |
"color": "#4285f4", | |
"icon": "https://raw.githubusercontent.com/XReyRobert-IBM/strctrzr/main/png/ibm-agropad.png" | |
}, |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.