correct IPv6 syntax

as mentioned by DistroTube this causes problems on some systems
This commit is contained in:
Johann150 2021-02-08 19:29:40 +01:00 committed by GitHub
parent f7873a1372
commit 4ae9cd5826
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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