mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 20:45:29 +00:00
correct IPv6 syntax
as mentioned by DistroTube this causes problems on some systems
This commit is contained in:
parent
f7873a1372
commit
4ae9cd5826
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ openssl req -x509 -newkey rsa:4096 -keyout key.rsa -out cert.pem \
|
||||||
agate --content path/to/content/ \
|
agate --content path/to/content/ \
|
||||||
--key key.rsa \
|
--key key.rsa \
|
||||||
--cert cert.pem \
|
--cert cert.pem \
|
||||||
--addr :::1965 \
|
--addr [::]:1965 \
|
||||||
--addr 0.0.0.0:1965 \
|
--addr 0.0.0.0:1965 \
|
||||||
--hostname example.com \
|
--hostname example.com \
|
||||||
--lang en-US
|
--lang en-US
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue