From fad9925aaddc2a6eb24518b114b996b84312a433 Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Mon, 5 Sep 2022 01:33:12 +0300 Subject: [PATCH] upd doc --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d28614b..7a28bbc 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,13 @@ dumbproxy -bind-address :443 -auth 'static://?username=admin&password=123456' -a Run HTTPS proxy (HTTP proxy over TLS) with automatic certs from BuyPass on port 443 with `Basic` authentication with username `admin` and password `123456`: ```sh -dumbproxy -bind-address :443 -auth 'static://?username=admin&password=123456' -autocert -autocert-acme 'https://api.buypass.com/acme/directory' -autocert-email YOUR-EMAIL@EXAMPLE.ORG -autocert-http :80 +dumbproxy \ + -bind-address :443 \ + -auth 'static://?username=admin&password=123456' \ + -autocert \ + -autocert-acme 'https://api.buypass.com/acme/directory' \ + -autocert-email YOUR-EMAIL@EXAMPLE.ORG \ + -autocert-http :80 ``` ## Using HTTP-over-TLS proxy