0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-17 02:13:48 +02:00

README: Update setup instructions to allow '*' in net listen cmd.

This commit is contained in:
Jason Volk 2019-03-24 16:05:24 -07:00
parent 138b7bff65
commit 7b29282ab9

View file

@ -181,10 +181,10 @@ this is your origin and mxid `@user:host.tld` hostpart. If your DNS uses
3. Create a general listener socket by entering the following command:
```
net listen matrix 0.0.0.0 8448 privkey.pem cert.pem chain.pem
net listen matrix * 8448 privkey.pem cert.pem chain.pem
```
- `matrix` is your name for this listener; you can use any name.
- `0.0.0.0` and `8448` is the local address and port to bind.
- `*` and `8448` is the local address and port to bind.
- `privkey.pem` and `cert.pem` and `chain.pem` are paths (ideally
absolute paths) to PEM-format files for the listener's TLS.