From 759ae9b7885dbc361ed66065a433198b85ab0d53 Mon Sep 17 00:00:00 2001 From: Diego Ripley Date: Wed, 4 Feb 2026 12:59:25 -0500 Subject: [PATCH] Update HTTP webseed to netcup infrastructure through Cloudflare CDN. Update BitTorrent tracker so that it is behind HTTPS vs. UDP. Goes through Cloudflare as well --- scripts/01_automate_creation_torrent_basic_tuning/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/01_automate_creation_torrent_basic_tuning/run.sh b/scripts/01_automate_creation_torrent_basic_tuning/run.sh index 75c09f1..7fda147 100644 --- a/scripts/01_automate_creation_torrent_basic_tuning/run.sh +++ b/scripts/01_automate_creation_torrent_basic_tuning/run.sh @@ -11,8 +11,8 @@ py3createtorrent \ --md5 \ --source "Data for Canada" \ --comment "City of Edmonton Orthoimagery for 2023 / Ortho-imagerie de la Ville de Edmonton de 2023" \ - --tracker "udp://tracker.labs.dataforcanada.org:6969/announce" \ - --webseed "https://data-01.labs.dataforcanada.org/processed/ca-ab_edmonton-2023A00054811061_orthoimagery_2023_075mm.pmtiles" \ + --tracker "https://tracker.labs.dataforcanada.org/announce" \ + --webseed "https://data-02.labs.dataforcanada.org/processed/ca-ab_edmonton-2023A00054811061_orthoimagery_2023_075mm.pmtiles" \ "${DATA_DIR}/${DATASET_ID}.pmtiles" \ --output "${DATA_DIR}/${DATASET_ID}.pmtiles.torrent" \ --force \ No newline at end of file