Sfoglia il codice sorgente

Update firmware/openwrt redirect path to up-to-date mirror

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm 1 anno fa
parent
commit
533917fb8b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      nginx/firmware.srv.in.ffho.net

+ 1 - 1
nginx/firmware.srv.in.ffho.net

@@ -50,7 +50,7 @@ server {
 
 	# opkg mirror
 	location ~^/openwrt/(?<file>.+)$ {
-		return 302 http://ftp.stw-bonn.de/pub/openwrt/$file;
+		return 302 http://downloads.openwrt.org/releases/$file;
 	}
 
 	# lede mirror