fix(services/synapse): remove ipv6 blacklist
Some checks failed
Nix CI / build (push) Failing after 37s
Some checks failed
Nix CI / build (push) Failing after 37s
This commit is contained in:
parent
18878bde64
commit
0663843edb
1 changed files with 1 additions and 2 deletions
|
|
@ -73,7 +73,6 @@ mkIf enable {
|
||||||
"::1/128"
|
"::1/128"
|
||||||
"fe80::/10"
|
"fe80::/10"
|
||||||
"fc00::/7"
|
"fc00::/7"
|
||||||
"::/0" # disable IPv6 (temporary)
|
|
||||||
];
|
];
|
||||||
|
|
||||||
url_preview_enabled = true;
|
url_preview_enabled = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue