matrixchange trusted key servers
This commit is contained in:
parent
00b7fc1f03
commit
866fd953bb
1 changed files with 6 additions and 0 deletions
|
|
@ -81,6 +81,12 @@ in
|
|||
settings.database.name = "psycopg2";
|
||||
settings.database.args.database = "matrix-synapse-xynospace";
|
||||
settings.database.args.host = hostAddress;
|
||||
settings.trusted_key_servers = [
|
||||
{ server_name = "catgirl.cloud"; }
|
||||
{ server_name = "kif.rocks"; }
|
||||
{ server_name = "fachschaften.org"; }
|
||||
{ server_name = "matrix.org"; }
|
||||
];
|
||||
settings.ip_range_whitelist = [
|
||||
"2a03:4000:6:8120::1/128"
|
||||
"37.120.178.81/32"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue