Caddy is good, but too heavy for just a reverse proxy.
- run the
.exe
file. - edit the
config.yml
to fit your needs. - trust the
CA.crt
generated into the folder. - leave it running, it's ok to go.
A system can use TLS and enough resources for this program.
- Clone and switch to this branch.
go build -ldflags '-s -w'
git
and some cli tools has certificate problem.
Because they are build with ca-certificates
and sometimes not trust your self-signed certificate. You have to manually ignore this errors. Like git -c http.sslVerify=false
or GIT_SSL_NO_VERIFY=true git
- steamcommunity.com is too slow.
You known, steamcomunity's videos are hosted on youtube. You will have problem there if you can't access youtube. This program can't help you bypass TCP RST.
- Auto register as a service.
- better certificate management
- upstream choose, now only round_robin
- better config file and parse progress
- Optimize the main code