From 4c2afb5c28831f1a789bfd298ae1a77ce3cfc173 Mon Sep 17 00:00:00 2001 From: fatedier Date: Fri, 20 Mar 2020 20:54:22 +0800 Subject: [PATCH] doc: add plugin repo link (#1710) --- Makefile.cross-compiles | 1 + README.md | 2 ++ README_zh.md | 2 ++ 3 files changed, 5 insertions(+) diff --git a/Makefile.cross-compiles b/Makefile.cross-compiles index a7dffad..d9cd448 100644 --- a/Makefile.cross-compiles +++ b/Makefile.cross-compiles @@ -1,4 +1,5 @@ export PATH := $(GOPATH)/bin:$(PATH) +export GO111MODULE=on LDFLAGS := -s -w all: build diff --git a/README.md b/README.md index f39b951..7125843 100644 --- a/README.md +++ b/README.md @@ -933,6 +933,8 @@ plugin_http_passwd = abc Read the [document](/doc/server_plugin.md). +Find more plugins in [gofrp/plugin](https://github.com/gofrp/plugin). + ## Development Plan * Log HTTP request information in frps. diff --git a/README_zh.md b/README_zh.md index 0d16701..9b7974e 100644 --- a/README_zh.md +++ b/README_zh.md @@ -983,6 +983,8 @@ plugin_http_passwd = abc [使用说明](/doc/server_plugin_zh.md) +从 [gofrp/plugin](https://github.com/gofrp/plugin) 中寻找更多插件。 + ## 开发计划 计划在后续版本中加入的功能与优化,排名不分先后,如果有其他功能建议欢迎在 [issues](https://github.com/fatedier/frp/issues) 中反馈。