Go to file
Aaron Bieber 87d25cf590
deps: update to tailscale 1.38.4
- flake: use unstable and cleanup a bit
2023-04-14 10:02:39 -06:00
.envrc initial 2023-01-31 09:19:43 -07:00
.gitignore initial 2023-01-31 09:19:43 -07:00
flake.lock deps: update to tailscale 1.38.4 2023-04-14 10:02:39 -06:00
flake.nix deps: update to tailscale 1.38.4 2023-04-14 10:02:39 -06:00
go.mod deps: update to tailscale 1.38.4 2023-04-14 10:02:39 -06:00
go.sum deps: update to tailscale 1.38.4 2023-04-14 10:02:39 -06:00
LICENSE initial 2023-01-31 09:19:43 -07:00
main.go Add basic logger 2023-02-04 07:11:27 -07: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.