Update proxy.pac

This commit is contained in:
Nathan Woodburn 2022-10-04 17:52:39 +11:00 committed by GitHub
parent 273ec06234
commit a819b86528
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,5 +25,5 @@ function FindProxyForURL(url, host) {
return "DIRECT";
}
return "PROXY 192.9.167.104:8575";
return "PROXY 192.9.167.104:8576";
}