]> git.openstreetmap.org Git - chef.git/commitdiff
add more webseeds to spread initial load
authorMatija Nalis <mnalis-git@voyager.hr>
Fri, 20 Nov 2020 21:06:07 +0000 (22:06 +0100)
committerMatija Nalis <mnalis-git@voyager.hr>
Fri, 20 Nov 2020 21:06:07 +0000 (22:06 +0100)
(only those above "-w https://planet.openstreetmap.org" contain history too, but torrent clients handle webseed 404 errors)

cookbooks/planet/templates/default/planetdump.erb

index 3ae129b0123dd5e48e37cfd024a8d87eaacd2b10..17adfc4d11fbb55a4ae127ad2a21541c4fd184c0 100644 (file)
@@ -89,10 +89,14 @@ function mk_torrent {
      -a udp://tracker-udp.gbitt.info:80/announce,http://tracker.gbitt.info/announce,https://tracker.gbitt.info/announce \
      -a http://retracker.local/announce \
      -w https://ftp5.gwdg.de/pub/misc/openstreetmap/planet.openstreetmap.org/${web_path} \
-     -w https://free.nchc.org.tw/osm.planet/${web_path} \
      -w https://ftpmirror.your.org/pub/openstreetmap/${web_path} \
-     -w https://planet.passportcontrol.net/${web_path} \
+     -w https://mirror.init7.net/openstreetmap/${web_path} \
      -w https://planet.openstreetmap.org/${web_path} \
+     -w https://free.nchc.org.tw/osm.planet/${web_path} \
+     -w https://ftp.fau.de/osm-planet/${web_path} \
+     -w https://ftp.spline.de/pub/openstreetmap/${web_path} \
+     -w https://osm.openarchive.site/${name} \
+     -w https://downloads.opencagedata.com/planet/${name} \
      -c "OpenStreetMap planet database dump, licensed under https://opendatacommons.org/licenses/odbl/ by OpenStreetMap contributors" \
      -o ${name}.torrent
 }