Author: Robert Kaussow <mail@geeklabor.de>
Date:   Sat Apr 3 16:48:40 2021 +0200

    cleanup ip address bindings
This commit is contained in:
Robert Kaussow 2021-04-03 14:50:55 +00:00
parent de491546a3
commit a17a1409ea

View File

@ -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