Go to file
2023-02-04 07:11:27 -07:00
.envrc initial 2023-01-31 09:19:43 -07:00
.gitignore initial 2023-01-31 09:19:43 -07:00
flake.lock initial 2023-01-31 09:19:43 -07:00
flake.nix Add basic logger 2023-02-04 07:11:27 -07:00
go.mod initial 2023-01-31 09:19:43 -07:00
go.sum initial 2023-01-31 09:19:43 -07:00
LICENSE initial 2023-01-31 09:19:43 -07:00
main.go Add basic logger 2023-02-04 07:11:27 -07:00
README.md initial 2023-01-31 09:19:43 -07:00

ts-reverse-proxy

A generic one-to-one (one hostname to one backend) reverse proxy.

ts-reversy-proxy starts up and listenes on port 443, when a connection is made for the matching -name, an ACME certificate is requested and then the connection is passed along to -ip at -port.