1
1
mirror of https://git.sr.ht/~emersion/tlstunnel synced 2024-09-22 01:01:30 +02:00
tlstunnel/README.md
2020-09-09 16:13:35 +02:00

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