Go to file
Aaron Bieber 9ac2382649
flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/d6b863fd9b7bb962e6f9fdf292419a775e772891' (2023-04-26)
  → 'github:NixOS/nixpkgs/897876e4c484f1e8f92009fd11b7d988a121a4e7' (2023-05-06)
2023-05-08 16:10:20 -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-05-08 16:10:20 -06:00
flake.nix Update deps, add pprof'ability 2023-04-28 08:24:52 -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.