Primary endpoint
Use https://mirror.kargadan.ir/repository/parrot-proxy/ as the canonical baseurl in your client configuration.
apt mirror for Parrot Security and Parrot Home.
Use https://mirror.kargadan.ir/repository/parrot-proxy/ as the canonical baseurl in your client configuration.
A single proxy serves the entire distribution โ no companion archives needed.
Public read access over HTTPS. Plain HTTP is available for legacy clients that cannot validate the certificate.
Drop one of the URLs below into your client configuration. HTTPS is the right choice in almost every case.
Run this from any machine that can reach the mirror. It should complete in under a second once metadata is cached.
# Quick smoke test
curl -fsSL https://mirror.kargadan.ir/repository/parrot-proxy/dists/lory/Release | head -10
Drop this file at /etc/apt/sources.list.d/parrot.list on the target host for the recommended default release (lory). See configuration by release for every supported suite.
# /etc/apt/sources.list.d/parrot.list (Parrot OS 6.x "lory")
# Parrot Security & Home rely on a single Debian-based archive.
deb [trusted=yes] https://mirror.kargadan.ir/repository/parrot-proxy lory main contrib non-free non-free-firmware
deb [trusted=yes] https://mirror.kargadan.ir/repository/parrot-proxy lory-security main contrib non-free non-free-firmware
deb [trusted=yes] https://mirror.kargadan.ir/repository/parrot-proxy lory-backports main contrib non-free non-free-firmware
Each block below is a complete, copy-ready configuration for one suite or release. Install path: /etc/apt/sources.list.d/parrot.list. The same patterns are committed under /opt/client-configs/parrot/parrot.list on the mirror host (default release only).
curl -fsSL https://mirror.kargadan.ir/repository/parrot-proxy/dists/lory/Release | head -10# /etc/apt/sources.list.d/parrot.list (Parrot 6.x "lory")
deb [trusted=yes] https://mirror.kargadan.ir/repository/parrot-proxy lory main contrib non-free non-free-firmware
deb [trusted=yes] https://mirror.kargadan.ir/repository/parrot-proxy lory-security main contrib non-free non-free-firmware
deb [trusted=yes] https://mirror.kargadan.ir/repository/parrot-proxy lory-backports main contrib non-free non-free-firmwarecurl -fsSL https://mirror.kargadan.ir/repository/parrot-proxy/dists/ara/Release | head -10# /etc/apt/sources.list.d/parrot.list (Parrot 5.x "ara" (legacy))
deb [trusted=yes] https://mirror.kargadan.ir/repository/parrot-proxy ara main contrib non-free non-free-firmware
deb [trusted=yes] https://mirror.kargadan.ir/repository/parrot-proxy ara-security main contrib non-free non-free-firmware
deb [trusted=yes] https://mirror.kargadan.ir/repository/parrot-proxy ara-backports main contrib non-free non-free-firmwareA minimal snippet you can paste into a Dockerfile or pipeline step.
# Dockerfile snippet
FROM parrot:lory
RUN echo 'deb [trusted=yes] https://mirror.kargadan.ir/repository/parrot-proxy lory main' \
> /etc/apt/sources.list \
&& apt-get update && apt-get install -y --no-install-recommends ca-certificates
| Distribution | Parrot Security OS |
| Package manager | apt |
| Mirror format (Nexus) | apt |
| Default suite / branch | lory |
| Authentication | Not required (anonymous read) |
| Protocols | HTTPS ยท HTTP |
Parrot ships a single Debian-based archive that contains main, security, and backports suites โ one proxy covers all of them.