From a17a1409eacf73527ff9c1182a64ad5f065d7dce Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 3 Apr 2021 14:50:55 +0000 Subject: [PATCH] commit 9b4bc468ab087b6c8c96c925aac6c59ca9b376ee Author: Robert Kaussow Date: Sat Apr 3 16:48:40 2021 +0200 cleanup ip address bindings --- index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/index.md b/index.md index da9ece3..ee65b00 100644 --- a/index.md +++ b/index.md @@ -204,8 +204,7 @@ matrix_group: '{{ matrix_user }}' ```YAML matrix_http_bind_ips: - - '::' - - 0.0.0.0 + - 127.0.0.1 ``` ### matrix_http_bind_port @@ -221,7 +220,7 @@ matrix_http_bind_port: 8008 #### Default value ```YAML -matrix_https_bind_ips: '{{ matrix_http_bind_ips }}' +matrix_https_bind_ips: [] ``` ### matrix_https_bind_port