frp内网穿透工具二开

frp内网穿透工具二开

配置文件自动删除:frpc.exe –delini

远程加载配置文件:frpc.exe -c http://x.x.x.x/frpc.ini

服务端IP地址加密:需要在var.go中修改VpsIP、AESKey、AESencryptCode

在线golang编辑器 https://lightly.teamcode.com/

打包成linux可运行的文件

CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "-w -s" -o release/frps frps.go

打包成windows可运行的文件

CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -ldflags "-w -s" -o release/frps32.exe frps.go

 

 

 

下载以及图片说明

 

© 版权声明
THE END
喜欢就支持一下吧
点赞5 分享
评论 抢沙发
头像
超级会员可评论
提交
头像

昵称

取消
昵称表情代码图片

    请登录后查看评论内容