mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +00:00
provide addr binding with dual-stack mode example
This commit is contained in:
parent
1ce32abaa2
commit
d9cc1cfffa
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue