1
1
mirror of https://git.sr.ht/~emersion/tlstunnel synced 2024-09-26 05:00:40 +02:00
tlstunnel/README.md

33 lines
890 B
Markdown
Raw Normal View History

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