provide addr binding with dual-stack mode example

This commit is contained in:
Purexo 2021-01-01 19:46:09 +01:00 committed by Matt Brubeck
parent 1ce32abaa2
commit d9cc1cfffa

View file

@ -33,7 +33,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 0.0.0.0:1965 \
--addr [::]:1965 \
--hostname example.com \
--lang en-US
```