From eb82a385a438d095b3057d6c2bb64b33ed9f4b34 Mon Sep 17 00:00:00 2001 From: Scrublord MacBad Date: Wed, 22 Apr 2026 00:43:06 +0200 Subject: [PATCH] fix synapse values --- .../custom-configs/synapse-values.yaml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/apps/production/custom-configs/synapse-values.yaml b/apps/production/custom-configs/synapse-values.yaml index 2a8d172..00c823f 100644 --- a/apps/production/custom-configs/synapse-values.yaml +++ b/apps/production/custom-configs/synapse-values.yaml @@ -19,12 +19,11 @@ data: config: | url_preview_enabled: true url_preview_ip_range_blacklist: - - '127.0.0.0/8' - - '10.0.0.0/8' - - '172.16.0.0/12' - - '192.168.0.0/16' - - '::1/128' - - 'fe80::/10' - - 'fc00::/7' - max_spider_size: 10M - # Deine restlichen URL-Preview und Retention Settings hier... \ No newline at end of file + - '127.0.0.0/8' + - '10.0.0.0/8' + - '172.16.0.0/12' + - '192.168.0.0/16' + - '::1/128' + - 'fe80::/10' + - 'fc00::/7' + max_spider_size: 10M \ No newline at end of file