mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
matrix-synapse service: blacklist local IPv6 addresses by default
This commit is contained in:
parent
f8c6b826d4
commit
2219129888
1 changed files with 3 additions and 0 deletions
|
@ -402,6 +402,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
|
||||
|
|
Loading…
Reference in a new issue