# go-reverse-proxy **Repository Path**: ledc/go-reverse-proxy ## Basic Information - **Project Name**: go-reverse-proxy - **Description**: 基于go实现简单http/https的反向代理服务 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-25 - **Last Updated**: 2023-12-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go-reverse-proxy > 基于go实现简单http/https的反向代理服务 ## 使用 - 编译 ``` git clone cd go-reverse-proxy # 编译 go build -ldflags "-s -w" # 执行启动 ./go-reverse-proxy ``` - 全平台编译 ```sh sh build.sh ``` ## 参数说明 ``` ./go-reverse-proxy.exe -h -p string 本地监听的端口 (default "88") -r string 需要代理的地址 (default "https://iyuu.cn") ```