From: Matija Nalis Date: Fri, 20 Nov 2020 21:06:07 +0000 (+0100) Subject: add more webseeds to spread initial load X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/778314482b6f5af41fcc1e5a10ee67f294cf76ef add more webseeds to spread initial load (only those above "-w https://planet.openstreetmap.org" contain history too, but torrent clients handle webseed 404 errors) --- diff --git a/cookbooks/planet/templates/default/planetdump.erb b/cookbooks/planet/templates/default/planetdump.erb index 3ae129b01..17adfc4d1 100644 --- a/cookbooks/planet/templates/default/planetdump.erb +++ b/cookbooks/planet/templates/default/planetdump.erb @@ -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 }