Skip to content

Commit

Permalink
matrix-synapse service: blacklist local IPv6 addresses by default
Browse files Browse the repository at this point in the history
(cherry picked from commit 2219129)
  • Loading branch information
abbradar authored and Ma27 committed Nov 6, 2019
1 parent 7489b6b commit 03be762
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nixos/modules/services/misc/matrix-synapse.nix
Expand Up @@ -407,6 +407,9 @@ in {
"192.168.0.0/16"
"100.64.0.0/10"
"169.254.0.0/16"
"::1/128"
"fe80::/64"
"fc00::/7"
];
description = ''
List of IP address CIDR ranges that the URL preview spider is denied
Expand Down

0 comments on commit 03be762

Please sign in to comment.