1
1
Fork 0
mirror of https://git.sr.ht/~emersion/tlstunnel synced 2024-05-23 04:56:15 +02:00
A TLS reverse proxy
Go to file
Simon Ser f4d13a4101
Remove listen directive
The name is misleading, because we're doing some magic to figure out
what server name to obtain a certificate for. In other words,
`listen example.org:443` would actually listen without binding to a
particular IP address (same as `listen :443`).
2020-09-09 13:18:18 +02:00
LICENSE Initial commit 2020-09-08 12:11:32 +02:00
README.md Initial commit 2020-09-08 12:11:32 +02:00
config.go Fix empty name in config block directive 2020-09-09 13:05:00 +02:00
go.mod Add certmagic support 2020-09-08 18:24:16 +02:00
go.sum Add certmagic support 2020-09-08 18:24:16 +02:00
main.go Remove listen directive 2020-09-09 13:18:18 +02:00
server.go Allow to route to different backend depending on SNI 2020-09-09 13:15:03 +02:00

tlstunnel

A TLS reverse proxy.

License

MIT