Debian package for https://git.sr.ht/~emersion/tlstunnel/
748c966d44 | ||
---|---|---|
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md | ||
config.go | ||
go.mod | ||
go.sum | ||
main.go | ||
server.go | ||
tlstunnel.1.scd |
README.md
tlstunnel
A TLS reverse proxy.
- Automatic TLS with Let's Encrypt
- Route incoming connections to backends using Server Name Indication
- Support for the PROXY protocol
Example configuration:
frontend example.org:443 {
backend localhost:8080
}
See the man page for more information.
License
MIT