~emersion/tlstunnel

An automatic TLS reverse proxy
9 days ago
17 days ago

#tlstunnel

A TLS reverse proxy.

Warning: this project has moved to Codeberg.

  • Automatic TLS with Let's Encrypt
  • Route incoming connections to backends using Server Name Indication
  • Support for the PROXY protocol

Example configuration:

frontend example.org:443 {
    backend localhost:8080
}

See the man page for more information.

#Contributing

Send patches to the mailing list, report bugs on the issue tracker. Discuss in #emersion on Libera Chat.

#License

MIT