mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-08-05 05:37:23 +02:00
Compare commits
3 Commits
69718261da
...
f3ebd92e67
Author | SHA1 | Date | |
---|---|---|---|
f3ebd92e67 | |||
e3b606a40e | |||
b75043498b |
30
matrix/m.room.server_acl/README.md
Normal file
30
matrix/m.room.server_acl/README.md
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
# m.room.server_acl
|
||||||
|
|
||||||
|
This event type controls which servers can access the room at all. Be very careful
|
||||||
|
adjusting this.
|
||||||
|
|
||||||
|
* https://matrix.org/docs/guides/moderation#banning-servers-from-rooms-server-acls
|
||||||
|
|
||||||
|
Note: when sending the custom event via `/devtools` for the first time, click
|
||||||
|
the `Event` so it says `State Event` and asks for `State key` in addition to `type`,
|
||||||
|
which can/is left empty as usual.
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"allow": [
|
||||||
|
"*"
|
||||||
|
],
|
||||||
|
"allow_ip_literals": false,
|
||||||
|
"deny": [
|
||||||
|
"glowers.club",
|
||||||
|
"*.glowers.club",
|
||||||
|
"pleasecuminside.me",
|
||||||
|
"*.pleasecuminside.me",
|
||||||
|
"midov.pl",
|
||||||
|
"*.midov.pl",
|
||||||
|
"kiwifarms.net",
|
||||||
|
"*.kiwifarms.net"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user