A TCP reverse proxy with SNI-based routing and Let's Encrypt support. https://code.ivysaur.me/achmed
This repository has been archived on 2020-05-03. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
mappu d6c7f5922c commit all archived files 2017-06-03 00:00:00 +00:00
dist-archive commit all archived files 2017-06-03 00:00:00 +00:00
.legacy-codesite.toml initial meta commit 2017-06-03 00:00:00 +00:00
README.md commit all archived files 2017-06-03 00:00:00 +00:00

README.md

achmed

A TCP reverse proxy with SNI-based routing and Let's Encrypt support.

achmed (ACME H. Daemon) allows you to terminate TLS with Let's Encrypt support for any TCP-based service.

Usage

Usage:
  achmed [OPTIONS]...

Options:
  --bind [HOST]:PORT   Change bind address (default: ":443")
                        Specify multiple times to add additional bind addresses.
  --cache-dir PATH     Directory for certificate cache (default: .)
                        The directory will be created if it doesn't exist.
  DNSNAME=UPSTREAM     Listen on DNSNAME, forward connections to tcp:UPSTREAM
  --help               Display this message

Changelog

2017-06-03 1.0