email dns protocols added
All checks were successful
Updates the graph by copying the updated files in the right directory / build-and-deploy (push) Successful in 3s

This commit is contained in:
Freekkettone 2025-11-15 17:04:06 +01:00
parent 1f330dac0b
commit 8e6c779593

View file

@ -583,17 +583,6 @@
"name": "Federation", "name": "Federation",
"type": "folder", "type": "folder",
"children": [ "children": [
{
"name": "Protocols",
"type": "folder",
"children": [
{
"name": "W3C - Activity Pub",
"type": "url",
"url": "https://www.w3.org/TR/activitypub/"
}
]
},
{ {
"name": "Fediverse", "name": "Fediverse",
"type": "folder", "type": "folder",
@ -612,11 +601,37 @@
"name": "(De)centralizzazione", "name": "(De)centralizzazione",
"type": "url", "type": "url",
"url": "https://poliverso.org/display/0477a01e-1964-abfd-552f-aef477916660" "url": "https://poliverso.org/display/0477a01e-1964-abfd-552f-aef477916660"
},
{
"name": "W3C - Activity Pub",
"type": "url",
"url": "https://www.w3.org/TR/activitypub/"
} }
] ]
}, },
{ {
"name": "Email & XMPP", "name": "Email",
"type": "folder",
"children": [
{
"name": "SPF",
"type": "url",
"url": "https://en.wikipedia.org/wiki/Sender_Policy_Framework"
},
{
"name": "DMARC",
"type": "url",
"url": "https://en.wikipedia.org/wiki/DMARC"
},
{
"name": "DKIM",
"type": "url",
"url": "https://en.wikipedia.org/wiki/DomainKeys_Identified_Mail"
}
]
},
{
"name": "XMPP",
"type": "folder", "type": "folder",
"children": [] "children": []
} }