tlstunnel/README.md

17 lines
250 B
Markdown
Raw Normal View History

2020-09-08 10:11:32 +00:00
# tlstunnel
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
Example configuration:
frontend example.org:443 {
backend localhost:8080
}
2020-09-08 10:11:32 +00:00
## License
MIT