2020-09-09 14:09:18 +00:00
|
|
|
# [tlstunnel]
|
2020-09-08 10:11:32 +00:00
|
|
|
|
2020-09-09 14:13:35 +00:00
|
|
|
[![builds.sr.ht status](https://builds.sr.ht/~emersion/tlstunnel/commits.svg)](https://builds.sr.ht/~emersion/tlstunnel/commits?)
|
|
|
|
|
2020-09-08 10:11:32 +00:00
|
|
|
A TLS reverse proxy.
|
|
|
|
|
2020-09-09 12:13:04 +00:00
|
|
|
- Automatic TLS with Let's Encrypt
|
|
|
|
- Route incoming connections to backends using Server Name Indication
|
2020-09-09 12:52:41 +00:00
|
|
|
- Support for the [PROXY protocol]
|
2020-09-09 12:13:04 +00:00
|
|
|
|
|
|
|
Example configuration:
|
|
|
|
|
|
|
|
frontend example.org:443 {
|
|
|
|
backend localhost:8080
|
|
|
|
}
|
|
|
|
|
2020-09-09 13:13:39 +00:00
|
|
|
See the man page for more information.
|
|
|
|
|
2020-11-05 16:01:55 +00:00
|
|
|
## Contributing
|
|
|
|
|
|
|
|
Send patches to the [mailing list], report bugs on the [issue tracker].
|
|
|
|
Discuss in ##emersion on Freenode.
|
|
|
|
|
2020-09-08 10:11:32 +00:00
|
|
|
## License
|
|
|
|
|
|
|
|
MIT
|
2020-09-09 12:52:41 +00:00
|
|
|
|
2020-09-09 14:09:18 +00:00
|
|
|
[tlstunnel]: https://sr.ht/~emersion/tlstunnel/
|
2020-09-09 12:52:41 +00:00
|
|
|
[PROXY protocol]: https://www.haproxy.org/download/2.3/doc/proxy-protocol.txt
|
2020-11-05 16:01:55 +00:00
|
|
|
[mailing list]: https://lists.sr.ht/~emersion/public-inbox
|
2020-11-05 16:36:07 +00:00
|
|
|
[issue tracker]: https://todo.sr.ht/~emersion/tlstunnel
|