Home
Softono

Go Reverse Proxy

Open source MIT Go
29
Stars
12
Forks
0
Issues
1
Watchers
5 years
Last Commit

 About Go Reverse Proxy

基于go实现简单http/https的反向代理服务

Platforms

Web Self-hosted

Languages

Go

Need Help Installing Go Reverse Proxy?

We provide expert installation service for this software. Our team will install, configure, and secure Go Reverse Proxy on your server. plans start at just $30.

Go Reverse Proxy

View on GitHub

go-reverse-proxy

基于go实现简单http/https的反向代理服务

使用

  • windows64 直接下载 releases
  • 编译
git clone 
cd go-reverse-proxy

# 编译
go build -ldflags "-s -w"

# 执行启动
./go-reverse-proxy

参数说明

./go-reverse-proxy.exe -h

-p string
      本地监听的端口 (default "1874")
-r string
      需要代理的地址 (default "https://hzz.cool")