From b19e310956f86443ca4faecb5b7588bd98df719b Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Sat, 22 Aug 2026 11:13:20 +0300 Subject: [PATCH] Document the package repository in README --- README.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/README.md b/README.md index dc53afd..159201b 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,44 @@ https://github.com/3proxy/3proxy/releases +### Package repository (apt / dnf) + +Signed apt and dnf repositories are published at https://3proxy.org/repo/ in +two channels: `lts` (0.9 branch) and `current` (master). + +Debian and Ubuntu (24.04 or newer): + +``` +sudo curl -fsSL https://3proxy.org/repo/3proxy-release-key.asc \ + -o /usr/share/keyrings/3proxy.asc +sudo tee /etc/apt/sources.list.d/3proxy.sources <