mirror of
https://github.com/woodchen-ink/proxy-go.git
synced 2025-07-18 08:31:55 +08:00
add brotli and gzip compression support, update docker-compose and deployment script
Proxy-Go
A simple reverse proxy server written in Go.
Configuration
Create a config.json
file in the data
directory:
{
"MAP":{
"/path1": "https://path1.com/path/path/path",
"/path2": "https://path2.com"
}
}
Languages
Go
51%
TypeScript
47.1%
CSS
1.4%
JavaScript
0.4%
Dockerfile
0.1%