mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-25 12:49:23 +01:00
matrix/m.room.server_acl: write an allowlist
This commit is contained in:
parent
5f4a61b299
commit
5fa4da4386
@ -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": []
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user