部署jrebel破解idea的jrebel插件
目录
部署jrebel破解idea的jrebel插件
下载对应破解文件:Releases · ilanyu/ReverseProxy (github.com)
编写Dockerfile文件:
FROM alpine
COPY ReverseProxy_linux_amd64 /root/ReverseProxy_linux_amd64
WORKDIR /root/
RUN ["chmod", "+x", "ReverseProxy_linux_amd64"]
CMD ["./ReverseProxy_linux_amd64"]
EXPOSE 8888
mac本地部署:
github: https://github.com/ilanyu/ReverseProxy.git
进入ReverseProxy目录,创建go.mod文件
go.mod文件中添加model
module ReverseProxy
安装依赖
go get github.com/bogdanovich/dns_resolver
编译文件:
go build -o reverse_proxy main.go cmd.go handle.go
将生成的二进制文件reverse_proxy
复制到/Users/wuhuaming/docker/jrebel
目录下
cd /Users/wuhuaming/docker/jrebel
执行文件:reverse_proxy
2023/07/05 20:37:56 Listening on 0.0.0.0:8888, forwarding to http://idea.lanyus.com:80
指定端口号启动:
./reverse_proxy -l "0.0.0.0:8808"
结果:
2023/07/05 20:50:53 Listening on 0.0.0.0:8808, forwarding to http://idea.lanyus.com:80
idea配置
生成uuid
Create GUID online (guidgen.com)
填入http://localhost:8888/uuid
激活成功: