mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +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/ \
|
||||
--key key.rsa \
|
||||
--cert cert.pem \
|
||||
--addr :::1965 \
|
||||
--addr [::]:1965 \
|
||||
--addr 0.0.0.0:1965 \
|
||||
--hostname example.com \
|
||||
--lang en-US
|
||||
|
|
|
|||
Loading…
Reference in a new issue