matrix/m.room.server_acl: write an allowlist

This commit is contained in:
Aminda Suomalainen 2022-07-27 17:00:16 +03:00
parent 5f4a61b299
commit 5fa4da4386
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -37,3 +37,26 @@ Explanations:
* `disroot.org`, `privacyguides.io`, `feneas.org`.
* The rest are connected to abusive raids on communities that I am a part of,
sometimes even moderate.
## Allowlist
This configuration only lets servers I have accounts on in.
```json
{
"allow": [
"pikaviestin.fi",
"matrix.org",
"mozilla.org",
"tedomum.net",
"pirateriot.net",
"tchncs.de",
"fedora.im",
"jae.fi",
"converser.eu",
"artemislena.eu"
],
"allow_ip_literals": false,
"deny": []
}
```