8000 GitHub - haitaoss/ReverseProxy: ReverseProxy in golang
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

haitaoss/ReverseProxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReverseProxy

ReverseProxy in golang

Use:

./ReverseProxy_[OS]_[ARCH] -h

Usage of ReverseProxy_[OS]_[ARCH]:
  -l string
        listen on ip:port (default "0.0.0.0:8888")
  -r string
        reverse proxy addr (default "http://idea.lanyus.com:80")


./ReverseProxy_windows_amd64.exe -l "0.0.0.0:8081" -r "https://www.baidu.com"

Listening on 0.0.0.0:8081, forwarding to https://www.baidu.com

JRebel本地激活方式(2023.4.2版本)

帖子出处 https://blog.csdn.net/weixin_43405647/article/details/129534195

先上图

img

1、先下载激活的exe(下图红框)

img

2、找到下载后文件的目录,进入cmd , -l + 127.0.0.1:+端口号(随意)

img

3、生成GUID

img

4、打开Idea的JRebel激活界面。

第二行:邮箱地址,随意输入,正确即可。例如test@123.com
勾选同意,点击激活。

img

5、离线工作

激活后,下图红框点击。

img

热部署 mybatis xml

  1. 先安装 jrebel 并破解
  2. 在插件商店安装 jrebel-mybatisplus-extension

image-20240820143825638

jrebel agent 选这个 image-20240820143849643

About

ReverseProxy in golang

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%
0