From 2db4ae81cdf85288e698d80e3bf5d7f4ea47f4de Mon Sep 17 00:00:00 2001 From: Soff Date: Tue, 10 Mar 2020 19:13:10 +0800 Subject: [PATCH] Fix a typo (#3686) --- package/lean/frp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/lean/frp/Makefile b/package/lean/frp/Makefile index 0d6b4cd4c..cc933edc8 100644 --- a/package/lean/frp/Makefile +++ b/package/lean/frp/Makefile @@ -43,7 +43,7 @@ define frp/templates define Package/$(1)/description frp is a fast reverse proxy to help you expose a local server behind a NAT or firewall - to the internet. As of now, it supports tcp & udp, as well as httpand https protocols, + to the internet. As of now, it supports tcp & udp, as well as http and https protocols, where requests can be forwarded to internal services by domain name. This package contains the $(1). @@ -65,4 +65,4 @@ $(foreach component,$(FRP_COMPONENTS), \ $(eval $(call frp/templates,$(component))) \ $(eval $(call GoBinPackage,$(component))) \ $(eval $(call BuildPackage,$(component))) \ -) \ No newline at end of file +)