Skip to content
Snippets Groups Projects
Commit 37f671d5 authored by Mike Berger's avatar Mike Berger
Browse files

Update ncsa_http_proxy.pac

parent 3587e92f
No related branches found
No related tags found
1 merge request!3Update ncsa_http_proxy.pac
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
......@@ -2,7 +2,7 @@ function FindProxyForURL(url, host) {
// SSH bastion forwards
// ssh -D 4045 cerberus{1-4}.ncsa.illinois.edu
//. ssh -D 4046 dt-prov02.delta.internal.ncsa.edu
// ssh -D 4046 dt-prov02.delta.internal.ncsa.edu
// ssh -D 8081 ache-bastion-{1-2}.ncsa.illinois.edu
// ssh -D 8082 bastion{1-2}.security.ncsa.illinois.edu
// ssh -D 8083 lsst-login{1-3}.ncsa.illinois.edu
......@@ -278,7 +278,7 @@ function FindProxyForURL(url, host) {
}
// Delta
var delta_proxy = "SOCKS 127.0.0.1:4045";
var delta_proxy = "SOCKS 127.0.0.1:4046";
// 172.28.24.0/23 - VLAN ???? (IPMI)
var delta_subnets = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment