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

Version Path
ironfan-5.0.4 config/proxy.pac
ironfan-5.0.3 config/proxy.pac
ironfan-5.0.2 config/proxy.pac
ironfan-5.0.1 config/proxy.pac
ironfan-5.0.0 config/proxy.pac
ironfan-4.12.3 config/proxy.pac
ironfan-4.12.2 config/proxy.pac
ironfan-4.12.1 config/proxy.pac
ironfan-4.12.0 config/proxy.pac
ironfan-4.11.5 config/proxy.pac
ironfan-4.11.4 config/proxy.pac
ironfan-4.11.3 config/proxy.pac
ironfan-4.11.2 config/proxy.pac
ironfan-4.11.2.pre3 config/proxy.pac
ironfan-4.11.2.pre2 config/proxy.pac
ironfan-4.11.2.pre config/proxy.pac
ironfan-4.11.1 config/proxy.pac
ironfan-4.11.0 config/proxy.pac
ironfan-4.10.4 config/proxy.pac
ironfan-4.10.3 config/proxy.pac