mirror of
https://github.com/awfufu/frp-pkgs.git
synced 2026-03-01 04:49:44 +08:00
1.8 KiB
1.8 KiB
FRP RPM Packages for Fedora
Auto RPM build for frp (Fast Reverse Proxy), tracking the official releases.
Features:
- Automated: Builds are triggered daily to check for new upstream releases.
- Native: Built natively for Fedora 41, 42, 43.
- Multi-Arch: Supports both x86_64 (AMD64) and aarch64 (ARM64).
- Split Packages: Separate
frpcandfrpspackages. - Systemd Integration: Includes
frpc@.serviceandfrps@.servicetemplates.
Installation
Add the repository to your system to receive automatic updates.
sudo dnf config-manager --add-repo https://awfufu.github.io/frp-pkgs/frp.repo
sudo dnf install frpc frps
Usage
Client (frpc)
-
Configuration: Edit the configuration file:
sudo vim /etc/frpc/frpc.tomlFor 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
| Fedora Version | Status |
|---|---|
| Fedora 41 | |
| Fedora 42 | |
| Fedora 43 |