Go to file
Aaron Bieber 892210527f
flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/9e089e294fef810cfad70843f5e4506349a363f4' (2023-09-26)
  → 'github:nixos/nixpkgs/a5fcd8101180667f9c957512273503186c9974d8' (2023-11-17)
2023-11-17 07:06: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 flake.lock: Update 2023-11-17 07:06:27 -07:00
flake.nix update deps 2023-09-20 09:40:16 -06:00
go.mod update deps 2023-09-20 09:40:16 -06:00
go.sum update deps 2023-09-20 09:40:16 -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.