From 3560ce5a5ee3503eb66bd972e13df0843d878dab Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 21 Jan 2019 21:59:36 +0100 Subject: [PATCH] fix variable name --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 588116d..4cb85f2 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -112,7 +112,7 @@ matrix_url_preview_enabled: False # network that you do not want synapse to try to connect to, otherwise # anyone in any Matrix room could cause your synapse to issue arbitrary # GET requests to your internal services, causing serious security issues. -# matrix_url_preview_blacklist: # defaults to not set +# matrix_url_preview_ip_blacklist: # defaults to not set # - '127.0.0.0/8' # - '10.0.0.0/8' # - '172.16.0.0/12'