ErFrp二开FRP的使用

修改配置

image-20240527141236185

image-20240527141253955

WINDOWS

1
garble -literals -tiny -seed=random build .\frps.go

Linux安装GO

1
2
3
4
5
go env -w GOPROXY=https://mirrors.aliyun.com/goproxy/

export GOROOT=/home/ubuntu/goroot/go1.21.4
export GOPATH=/home/ubuntu/gopath
export PATH=$PATH:$GOROOT/bin:$GOPATH

__END__