mirror of
https://github.com/awfufu/frp-pkgs.git
synced 2026-03-01 04:49:44 +08:00
0047d51d190c2c6f7fe75e660ee8bb7959b78976
FRP RPM Packages for Fedora
Auto RPM build for fatedier/frp (Fast Reverse Proxy), tracking the official releases.
Installation
RHEL / Fedora
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 frps
Debian / Ubuntu
Add the repository to known lists.
# Add repository
echo "deb [trusted=yes] https://go-frp.awfufu.com/deb ./" | sudo tee /etc/apt/sources.list.d/go-frp.list
# Update and install
sudo apt update
sudo apt install frpc frps
Usage
Client (frpc)
- Configuration: Edit the configuration file:
sudo vim /etc/frpc/frpc.toml
For multiple instances, you can create separate config files like /etc/frpc/my-proxy.toml.
- Start Service:
# 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-proxy
- Check Status:
systemctl status frpc@frpc
Server (frps)
- Configuration: Edit
/etc/frpc/frps.toml. - Start Service:
sudo systemctl enable --now frps@frps
Build Status
| Type | Status |
|---|---|
| RPM | |
| DEB |
Description
Languages
Markdown
100%