From 77bb08517d0da83c1a34ec1ba377534a6b14b513 Mon Sep 17 00:00:00 2001 From: SuperQ Date: Thu, 1 Jun 2023 08:50:55 +0200 Subject: [PATCH] Fix UBNT URL The SSL cert for `dl.ubnt-ut.com` expired, use http for now. Signed-off-by: SuperQ --- generator/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/Makefile b/generator/Makefile index c5b57157..789e96ca 100644 --- a/generator/Makefile +++ b/generator/Makefile @@ -40,7 +40,7 @@ SERVERTECH4_URL := 'https://cdn10.servertech.com/assets/documents/documents/81 SYNOLOGY_URL := 'https://global.download.synology.com/download/Document/Software/DeveloperGuide/Firmware/DSM/All/enu/Synology_MIB_File.zip' UBNT_AIROS_URL := https://dl.ubnt.com/firmwares/airos-ubnt-mib/ubnt-mib.zip UBNT_AIRFIBER_URL := https://dl.ubnt.com/firmwares/airfiber5X/v4.1.0/UBNT-MIB.txt -UBNT_DL_URL := https://dl.ubnt-ut.com/snmp +UBNT_DL_URL := http://dl.ubnt-ut.com/snmp WIENER_URL := https://file.wiener-d.com/software/net-snmp/WIENER-CRATE-MIB-5704.zip RARITAN_URL := https://cdn.raritan.com/download/PX/v1.5.20/PDU-MIB.txt INFRAPOWER_URL := https://www.austin-hughes.com/wp-content/uploads/2021/05/IPD-03-S-MIB.zip