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

• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/7d329d1a9e4714192ec8ee5121760649321aef61' (2024-06-18)
  → 'github:nixos/nixpkgs/28b3994c14c4b3e36aa8b6c0145e467250c8fbb8' (2024-07-30)
2024-07-29 20:22:14 -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 2024-07-29 20:22:14 -06:00
flake.nix add module 2024-07-29 20:21:25 -06:00
go.mod bump deps 2024-07-05 07:43:20 -06:00
go.sum bump deps 2024-07-05 07:43:20 -06:00
LICENSE initial 2023-01-31 09:19:43 -07:00
main.go allow host-header to be set manually 2024-06-28 07:50:11 -06:00
module.nix add module 2024-07-29 20:21:25 -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.