Add trusted servers to matrix configuration
This commit is contained in:
parent
7f122aab05
commit
8da43a68e1
1 changed files with 2 additions and 0 deletions
|
|
@ -71,6 +71,8 @@
|
||||||
allow_federation = true;
|
allow_federation = true;
|
||||||
allow_check_for_updates = true;
|
allow_check_for_updates = true;
|
||||||
|
|
||||||
|
trusted_servers = ["matrix.org" "lilyu.xyz"];
|
||||||
|
|
||||||
# See https://docs.conduit.rs/turn.html, and https://github.com/element-hq/synapse/blob/develop/docs/turn-howto.md for more details
|
# See https://docs.conduit.rs/turn.html, and https://github.com/element-hq/synapse/blob/develop/docs/turn-howto.md for more details
|
||||||
# turn_uris = [
|
# turn_uris = [
|
||||||
# "turn:your.turn.url?transport=udp"
|
# "turn:your.turn.url?transport=udp"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue