From a7c18c5a87e2613ccb06e038eb316dd1f033e1ab Mon Sep 17 00:00:00 2001 From: Matthew Elliott <melliott@illinois.edu> Date: Fri, 14 Jun 2024 11:07:01 -0500 Subject: [PATCH] Update ncsa_http_proxy.pac --- ncsa_http_proxy.pac | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ncsa_http_proxy.pac b/ncsa_http_proxy.pac index 18ab5d4..ac8644d 100644 --- a/ncsa_http_proxy.pac +++ b/ncsa_http_proxy.pac @@ -490,7 +490,12 @@ function FindProxyForURL(url, host) { "name": "safteynet", "start": "172.27.0.1", "netmask": "255.255.248.0" - } + }, + { + "name": "neteng ansible", + "start": "141.142.141.137", + "netmask": "255.255.255.255" + }, ]; for (var i = 0; i < neteng_bastion_subnets.length; i++) { -- GitLab