Add note about conduwuit blocks
This commit is contained in:
parent
2f913c1368
commit
ecd0d73d4f
2 changed files with 22 additions and 1 deletions
|
@ -43,6 +43,12 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 2px solid #ccc;
|
||||
/* margin: 20px 0;*/
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
@-webkit-keyframes AnimationName {
|
||||
0%{background-position:0% 50%}
|
||||
50%{background-position:100% 50%}
|
||||
|
|
17
index.html
17
index.html
|
@ -15,7 +15,22 @@
|
|||
<small>Please ask for an account if you want one.</small>
|
||||
<ul>
|
||||
<li>XMPP (Prosody)</li>
|
||||
<li>Matrix (Synapse)</li>
|
||||
<li>
|
||||
Matrix (Synapse)
|
||||
<details>
|
||||
<summary>
|
||||
Important info about the Matrix server
|
||||
</summary>
|
||||
<blockquote>
|
||||
Conduwuit servers currently do not federate due to a bug with IP caching. This server
|
||||
also has a dynamic IP (although it does not change often), so there will be more federation issues
|
||||
with Conduwuit. Additionally, transfem.dev intentionally blocks all federation with this server
|
||||
due to interpersonal conflict on if a homeserver should be banned from everywhere.</br>
|
||||
<small>
|
||||
TL;DR: we have some federation issues with Conduwuit along with at least one intentional block.
|
||||
</small>
|
||||
</blockquote>
|
||||
</li>
|
||||
</ul>
|
||||
<h5>No account needed / external account needed</h5>
|
||||
<ul>
|
||||
|
|
Loading…
Add table
Reference in a new issue