From 4ae9cd5826ab6deb1e38e1a82ea442499130ee60 Mon Sep 17 00:00:00 2001 From: Johann150 <20990607+Johann150@users.noreply.github.com> Date: Mon, 8 Feb 2021 19:29:40 +0100 Subject: [PATCH] correct IPv6 syntax as mentioned by DistroTube this causes problems on some systems --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 633456c..2afe1b8 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ openssl req -x509 -newkey rsa:4096 -keyout key.rsa -out cert.pem \ agate --content path/to/content/ \ --key key.rsa \ --cert cert.pem \ - --addr :::1965 \ + --addr [::]:1965 \ --addr 0.0.0.0:1965 \ --hostname example.com \ --lang en-US