Added some extra config back in for tuwunel
All checks were successful
Deploy NixOS / deploy (push) Successful in 36s
All checks were successful
Deploy NixOS / deploy (push) Successful in 36s
This commit is contained in:
@@ -33,6 +33,16 @@ in
|
|||||||
"fc00::/7"
|
"fc00::/7"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
zstd_compression = true;
|
||||||
|
gzip_compression = true;
|
||||||
|
brotli_compression = true;
|
||||||
|
|
||||||
|
url_preview_domain_contains_allowlist = [ "*" ];
|
||||||
|
|
||||||
|
allow_local_presence = true;
|
||||||
|
allow_incoming_presence = true;
|
||||||
|
allow_outgoing_presence = true;
|
||||||
|
|
||||||
well_known = {
|
well_known = {
|
||||||
server = "${matrixDomain}:443";
|
server = "${matrixDomain}:443";
|
||||||
client = "https://${matrixDomain}";
|
client = "https://${matrixDomain}";
|
||||||
|
|||||||
Reference in New Issue
Block a user