|
|
@@ -23,7 +23,7 @@
|
|
|
|
|
|
# package version
|
|
|
%define V_opkg 0.42.0
|
|
|
-%define V_dist 20220422
|
|
|
+%define V_dist 20220428
|
|
|
|
|
|
# package information
|
|
|
Name: frp
|
|
|
@@ -36,7 +36,7 @@ Class: EVAL
|
|
|
Group: Networking
|
|
|
License: Apache
|
|
|
Version: %{V_opkg}.%{V_dist}
|
|
|
-Release: 20220422
|
|
|
+Release: 20220428
|
|
|
|
|
|
# package options
|
|
|
%option with_server yes
|
|
|
@@ -54,8 +54,8 @@ BuildPreReq: OpenPKG, openpkg >= 20160101, go
|
|
|
PreReq: OpenPKG, openpkg >= 20160101
|
|
|
|
|
|
%description
|
|
|
- FRP is a fast reverse proxy to help you expose a local server behind
|
|
|
- a NAT or firewall to the internet. Now, it supports TCP, UDP, HTTP
|
|
|
+ FRP is a fast reverse proxy to help you expose a local service
|
|
|
+ behind a NAT or firewall to the Internet. It supports TCP, UDP, HTTP
|
|
|
and HTTPS protocol when requests can be forwarded by domains to
|
|
|
backward web services.
|
|
|
|