fix synapse values

This commit is contained in:
Scrublord MacBad 2026-04-22 00:35:24 +02:00
parent 13bb4814b8
commit 189c5a8d2e

View File

@ -18,5 +18,13 @@ data:
url-previews: url-previews:
config: | config: |
url_preview_enabled: true 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 max_spider_size: 10M
# Deine restlichen URL-Preview und Retention Settings hier... # Deine restlichen URL-Preview und Retention Settings hier...