Sha256: cfe8eca5092a7611ad33fe9e767309068324acc9c75252276a6c5d9b16bc9c36
Contents?: true
Size: 449 Bytes
Versions: 114
Compression:
Stored size: 449 Bytes
Contents
function FindProxyForURL(url, host) { if ((shExpMatch(host, "*ec2*.amazonaws.com" )) || (shExpMatch(host, "*ec2.internal*" )) || (shExpMatch(host, "*compute-*.amazonaws.com" )) || (shExpMatch(host, "*compute-*.internal*" )) || (shExpMatch(host, "*domu*.internal*" )) || (shExpMatch(host, "10.*" )) ) { return "SOCKS5 localhost:6666"; } return "DIRECT"; }
Version data entries
114 entries across 114 versions & 3 rubygems