mirror of
https://git.sr.ht/~emersion/tlstunnel
synced 2024-11-19 15:53:50 +01:00
readme: add basic example config
This commit is contained in:
parent
137be93297
commit
9aefd1937d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user