mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
ReverseProxy: use Rewrite to replace Director (#4005)
* display go version in make * ReverseProxy: use Rewrite to replace Director
This commit is contained in:
parent
4957fd23ee
commit
518ca2ceb2
5 changed files with 10 additions and 5 deletions
2
Makefile
2
Makefile
|
|
@ -1,4 +1,4 @@
|
|||
export PATH := $(GOPATH)/bin:$(PATH)
|
||||
export PATH := $(PATH):`go env GOPATH`/bin
|
||||
export GO111MODULE=on
|
||||
LDFLAGS := -s -w
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue