25 lines
585 B
Markdown
25 lines
585 B
Markdown
# [tlstunnel]
|
|
|
|
[![builds.sr.ht status](https://builds.sr.ht/~emersion/tlstunnel/commits.svg)](https://builds.sr.ht/~emersion/tlstunnel/commits?)
|
|
|
|
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
|
|
|
|
[tlstunnel]: https://sr.ht/~emersion/tlstunnel/
|
|
[PROXY protocol]: https://www.haproxy.org/download/2.3/doc/proxy-protocol.txt
|