From 9bab384f653d56c464aa796abbf9da8d40b8d8ac Mon Sep 17 00:00:00 2001 From: Matthew Elliott <melliott@illinois.edu> Date: Wed, 12 Jun 2024 15:39:09 -0500 Subject: [PATCH] Update ncsa_http_proxy.pac oops missed paired " mark. --- ncsa_http_proxy.pac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ncsa_http_proxy.pac b/ncsa_http_proxy.pac index 24111e3..18ab5d4 100644 --- a/ncsa_http_proxy.pac +++ b/ncsa_http_proxy.pac @@ -487,7 +487,7 @@ function FindProxyForURL(url, host) { var neteng_bastion_proxy = "SOCKS 127.0.0.1:8085"; var neteng_bastion_subnets = [ { - "name: "safteynet", + "name": "safteynet", "start": "172.27.0.1", "netmask": "255.255.248.0" } -- GitLab