Auto RPM build for fatedier/frp (Fast Reverse Proxy), tracking the official releases.
Add the repository to your system to receive automatic updates.
# Add repository
sudo dnf config-manager addrepo --from-repofile=https://go-frp.awfufu.com/go-frp.repo
# For old dnf
# sudo dnf config-manager --add-repo https://go-frp.awfufu.com/go-frp.repo
# Update and install
sudo dnf update
sudo dnf install frpc frpsAdd the repository to known lists.
# 1. Download and add GPG key
sudo mkdir -p /etc/apt/keyrings
curl -fsSL https://go-frp.awfufu.com/public.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/go-frp.gpg
# 2. Add repository
echo "deb [signed-by=/etc/apt/keyrings/go-frp.gpg] https://go-frp.awfufu.com stable main" | sudo tee /etc/apt/sources.list.d/go-frp.list
# 3. Update and install
sudo apt update
sudo apt install frpc frpssudo vim /etc/frpc/frpc.tomlFor multiple instances, you can create separate config files like
/etc/frpc/my-proxy.toml.
# If using default /etc/frpc/frpc.toml:
sudo systemctl enable --now frpc@frpc
# If using /etc/frpc/my-proxy.toml:
sudo systemctl enable --now frpc@my-proxysystemctl status frpc@frpc/etc/frpc/frps.toml.sudo systemctl enable --now frps@frps| Type | Status |
|---|---|
| RPM | |
| DEB |