Skip to content

Commit

Permalink
Fix UBNT URL
Browse files Browse the repository at this point in the history
The SSL cert for `dl.ubnt-ut.com` expired, use http for now.

Signed-off-by: SuperQ <[email protected]>
  • Loading branch information
SuperQ committed Jun 1, 2023
1 parent 3f0e656 commit 77bb085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77bb085

Please sign in to comment.