From f2bf1d055160feeca928fd22f046b210d51c96d2 Mon Sep 17 00:00:00 2001
From: Matthew Elliott <melliott@illinois.edu>
Date: Thu, 16 Mar 2023 15:18:06 -0500
Subject: [PATCH] Update ncsa_http_proxy.pac

---
 ncsa_http_proxy.pac | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/ncsa_http_proxy.pac b/ncsa_http_proxy.pac
index 105468f..aa3b1ca 100644
--- a/ncsa_http_proxy.pac
+++ b/ncsa_http_proxy.pac
@@ -70,6 +70,11 @@ function FindProxyForURL(url, host) {
             "start": "141.142.141.136",
             "netmask": "255.255.255.255"
         },
+       {
+            "name": "ncsa netbox",
+            "start": "141.142.141.200",
+            "netmask": "255.255.255.255"
+        },
         {
             "name": "ncsa netdot-proxy ipam",
             "start": "141.142.141.131",
-- 
GitLab