Go to file
Aaron Bieber 186f30cbe7
flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/897876e4c484f1e8f92009fd11b7d988a121a4e7' (2023-05-06)
  → 'github:NixOS/nixpkgs/ef99fa5c5ed624460217c31ac4271cfb5cb2502c' (2023-07-25)
2023-07-27 13:21:43 -06:00
.envrc initial 2023-01-31 09:19:43 -07:00
.gitignore initial 2023-01-31 09:19:43 -07:00
flake.lock flake.lock: Update 2023-07-27 13:21:43 -06:00
flake.nix run flake-warn on shell startup 2023-05-08 16:10:41 -06:00
go.mod Update deps, add pprof'ability 2023-04-28 08:24:52 -06:00
go.sum Update deps, add pprof'ability 2023-04-28 08:24:52 -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.