Skip to content

Releases: AKEXZ/JumpFrp

v1.1.0 - Agent Config Auto-Update

29 Mar 03:59

Choose a tag to compare

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-agent

Update

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.sh

v1.0.0 - Initial Release

26 Mar 12:50

Choose a tag to compare

Pre-release
feat: add download progress and connection status for install.sh