Compare commits
2 Commits
783503a48e
...
0c85011750
| Author | SHA1 | Date | |
|---|---|---|---|
|
0c85011750
|
|||
|
7973c3c171
|
@@ -14,11 +14,11 @@ in
|
||||
server_name = serverName;
|
||||
address = [ "127.0.0.1" "::1" ];
|
||||
port = [ 6167 ];
|
||||
max_request_size = 104857600; # 100MB in bytes
|
||||
allow_registration = false;
|
||||
max_request_size = 104857600;
|
||||
allow_registration = true;
|
||||
allow_encryption = true;
|
||||
allow_federation = true;
|
||||
trusted_servers = [ "matrix.org" ];
|
||||
trusted_servers = [ "matrix.org, chat.blahaj.zone" ];
|
||||
ip_range_denylist = [
|
||||
"127.0.0.0/8"
|
||||
"10.0.0.0/8"
|
||||
|
||||
Reference in New Issue
Block a user