mirror of
https://github.com/matrix-construct/construct
synced 2025-01-13 16:33:53 +01:00
README: Update setup instructions to allow '*' in net listen cmd.
This commit is contained in:
parent
138b7bff65
commit
7b29282ab9
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
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.
|
- `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
|
- `privkey.pem` and `cert.pem` and `chain.pem` are paths (ideally
|
||||||
absolute paths) to PEM-format files for the listener's TLS.
|
absolute paths) to PEM-format files for the listener's TLS.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue