From b2550cb55c8853247dc9b797f8152c3c2fa8fe5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sat, 18 May 2019 10:53:47 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Removes=20non=20existing=20confi?= =?UTF-8?q?g=20options=20from=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b8bb0b1..46f5ac7 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,7 @@ Example add-on configuration: "password": "Supercalifragilisticexpialidocious", "ssl": true, "certfile": "fullchain.pem", - "keyfile": "privkey.pem", - "ipv6": false + "keyfile": "privkey.pem" } ```