commit 9b4bc468ab
Author: Robert Kaussow <mail@geeklabor.de> Date: Sat Apr 3 16:48:40 2021 +0200 cleanup ip address bindings
This commit is contained in:
parent
de491546a3
commit
a17a1409ea
5
index.md
5
index.md
@ -204,8 +204,7 @@ matrix_group: '{{ matrix_user }}'
|
|||||||
|
|
||||||
```YAML
|
```YAML
|
||||||
matrix_http_bind_ips:
|
matrix_http_bind_ips:
|
||||||
- '::'
|
- 127.0.0.1
|
||||||
- 0.0.0.0
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### matrix_http_bind_port
|
### matrix_http_bind_port
|
||||||
@ -221,7 +220,7 @@ matrix_http_bind_port: 8008
|
|||||||
#### Default value
|
#### Default value
|
||||||
|
|
||||||
```YAML
|
```YAML
|
||||||
matrix_https_bind_ips: '{{ matrix_http_bind_ips }}'
|
matrix_https_bind_ips: []
|
||||||
```
|
```
|
||||||
|
|
||||||
### matrix_https_bind_port
|
### matrix_https_bind_port
|
||||||
|
Loading…
Reference in New Issue
Block a user