Go to file
2024-06-28 07:50:11 -06:00
.envrc initial 2023-01-31 09:19:43 -07:00
.gitignore initial 2023-01-31 09:19:43 -07:00
flake.lock update deps 2024-06-18 10:59:00 -06:00
flake.nix fix build 2024-06-18 12:19:21 -06:00
go.mod update deps 2024-06-18 10:59:00 -06:00
go.sum update deps 2024-06-18 10:59:00 -06:00
LICENSE initial 2023-01-31 09:19:43 -07:00
main.go allow host-header to be set manually 2024-06-28 07:50:11 -06: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.