Mirror navigation

Debian 13 (Trixie) repository

amd64
sudo cp /etc/apt/sources.list.d/debian.sources /etc/apt/sources.list.d/debian.sources.bak
sudo sed -Ei \
  -e 's|https?://deb\.debian\.org/debian/?|https://mirror.airrabbit.net/debian13/archive|g' \
  -e 's|https?://security\.debian\.org/debian-security/?|https://mirror.airrabbit.net/debian13/security|g' \
  /etc/apt/sources.list.d/debian.sources
sudo apt update

Only the official Debian archive and security URLs are changed. A .bak copy is created first.

Ubuntu 26.04 LTS repository

amd64
sudo cp /etc/apt/sources.list.d/ubuntu.sources /etc/apt/sources.list.d/ubuntu.sources.bak
sudo sed -Ei \
  -e 's|https?://([a-z0-9.-]+\.)?archive\.ubuntu\.com/ubuntu/?|https://mirror.airrabbit.net/ubuntu26.04/archive|g' \
  -e 's|https?://security\.ubuntu\.com/ubuntu/?|https://mirror.airrabbit.net/ubuntu26.04/security|g' \
  /etc/apt/sources.list.d/ubuntu.sources
sudo apt update

Ubuntu 24.04 and later use ubuntu.sources by default. Archive and security URLs are mapped separately.

Server information

Public traffic is limited to one 100 Mbps connection per source IP, and HTTP redirects automatically to HTTPS.

Traffic through SFMIX receives the full bandwidth available from this server. Joining SFMIX is recommended for faster access.

Repositories are safe to use after their status changes to synchronized.