Aaron Bieber
b3cc189593
Flake lock file updates: • Updated input 'nixpkgs': 'github:nixos/nixpkgs/7d329d1a9e4714192ec8ee5121760649321aef61' (2024-06-18) → 'github:nixos/nixpkgs/28b3994c14c4b3e36aa8b6c0145e467250c8fbb8' (2024-07-30) |
||
---|---|---|
.envrc | ||
.gitignore | ||
flake.lock | ||
flake.nix | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
module.nix | ||
README.md |
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
.