Releases: AKEXZ/JumpFrp
Releases · AKEXZ/JumpFrp
v1.1.0 - Agent Config Auto-Update
Changes
- Agent now fetches frps config immediately on startup (2s delay)
- Supports per-user token authentication
- Dynamic frps config update with version control
- Automatic frps restart when config changes
Features
- Multi-token support in frps configuration
- Config version tracking and auto-update
- Immediate config fetch on Agent startup
- Graceful frps restart
Installation
wget https://github.com/AKEXZ/JumpFrp/releases/download/v1.1.0/jumpfrp-agent
chmod +x jumpfrp-agent
sudo ./jumpfrp-agentUpdate
On your node server:
curl -O https://raw.githubusercontent.com/AKEXZ/JumpFrp/main/scripts/update-agent.sh
chmod +x update-agent.sh
sudo ./update-agent.shv1.0.0 - Initial Release
feat: add download progress and connection status for install.sh