1
1
Fork 0
mirror of https://git.sr.ht/~emersion/tlstunnel synced 2024-05-12 02:16:11 +02:00

readme: add basic example config

This commit is contained in:
Simon Ser 2020-09-09 14:13:04 +02:00
parent 137be93297
commit 9aefd1937d
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48

View File

@ -2,6 +2,15 @@
A TLS reverse proxy.
- Automatic TLS with Let's Encrypt
- Route incoming connections to backends using Server Name Indication
Example configuration:
frontend example.org:443 {
backend localhost:8080
}
## License
MIT