From 8e6c7795939a132cf4f8475c05d70f227800a366 Mon Sep 17 00:00:00 2001 From: Freekkettone Date: Sat, 15 Nov 2025 17:04:06 +0100 Subject: [PATCH] email dns protocols added --- public/arf.json | 39 +++++++++++++++++++++++++++------------ 1 file changed, 27 insertions(+), 12 deletions(-) diff --git a/public/arf.json b/public/arf.json index f9f512a..c72e7d5 100644 --- a/public/arf.json +++ b/public/arf.json @@ -583,17 +583,6 @@ "name": "Federation", "type": "folder", "children": [ - { - "name": "Protocols", - "type": "folder", - "children": [ - { - "name": "W3C - Activity Pub", - "type": "url", - "url": "https://www.w3.org/TR/activitypub/" - } - ] - }, { "name": "Fediverse", "type": "folder", @@ -612,11 +601,37 @@ "name": "(De)centralizzazione", "type": "url", "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", "children": [] }