Go to file
Aaron Bieber 1b7eac645a
Switch to 'nixpkgs'
- update go deps
- update flake
- mark 1.0.0
2023-07-27 13:25:19 -06:00
.envrc initial 2023-01-31 09:19:43 -07:00
.gitignore initial 2023-01-31 09:19:43 -07:00
flake.lock Switch to 'nixpkgs' 2023-07-27 13:25:19 -06:00
flake.nix Switch to 'nixpkgs' 2023-07-27 13:25:19 -06:00
go.mod Switch to 'nixpkgs' 2023-07-27 13:25:19 -06:00
go.sum Switch to 'nixpkgs' 2023-07-27 13:25:19 -06:00
LICENSE initial 2023-01-31 09:19:43 -07:00
main.go Update deps, add pprof'ability 2023-04-28 08:24:52 -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.