From 7e1ddf2e84f185f12cff9ff06082824e56d35bb2 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 3052125..c0fad0d 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: `current` (master) and `lts` (0.9 branch). + +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 <