mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
Merge pull request #70336 from abbradar/synapse-ipv6
matrix-synapse service: blacklist local IPv6 addresses by default
This commit is contained in:
commit
abe853b84c
@ -407,6 +407,9 @@ in {
|
|||||||
"192.168.0.0/16"
|
"192.168.0.0/16"
|
||||||
"100.64.0.0/10"
|
"100.64.0.0/10"
|
||||||
"169.254.0.0/16"
|
"169.254.0.0/16"
|
||||||
|
"::1/128"
|
||||||
|
"fe80::/64"
|
||||||
|
"fc00::/7"
|
||||||
];
|
];
|
||||||
description = ''
|
description = ''
|
||||||
List of IP address CIDR ranges that the URL preview spider is denied
|
List of IP address CIDR ranges that the URL preview spider is denied
|
||||||
|
Loading…
Reference in New Issue
Block a user