Skip to content

Instantly share code, notes, and snippets.

@critkitten
critkitten / find-https-debian-archives.py
Created July 4, 2023 19:37 — forked from HacKanCuBa/find-https-debian-archives.py
Script to find official Debian mirrors that support HTTPS
#!/usr/bin/env python3
"""Find Debian HTTPS archives.
Script based on https://gist.github.com/eighthave/7285154
I made it asynchronous and parallel, so overall I measured it to be 6 times faster or more.
Requires Python 3.7+
Additional resources not exactly related to this script but could be helpful for