docs-matrix-spec/event-schemas/examples/m.room.server_acl
2020-05-31 21:43:27 -06:00

10 lines
199 B
Text

{
"$ref": "core/state_event.json",
"type": "m.room.server_acl",
"state_key": "",
"content": {
"allow_ip_literals": false,
"allow": ["*"],
"deny": ["*.evil.com", "evil.com"]
}
}