fatedier / frp

A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hack/download.sh using latest release page

StevenLi-phoenix opened this issue · comments

Describe the feature request

The code for download.sh used the release page and do a search on that page.
Is it possible to use the latest release page to identify the version?

Describe alternatives you've considered

Curl from url https://github.com/fatedier/frp/releases/latest instead of doing whole release page search.

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others

No. Although it is correct most of the time, here only the official version number will be downloaded, excluding rc, beta, etc.

In addition, this script is only used for testing scenarios and is not available to the public. Please do not use it in a production environment as it may be modified or removed in the future.