From 73451c46152a49db5094213fdb4dcd23bfa90108 Mon Sep 17 00:00:00 2001 From: Lua <167039839+notxlua@users.noreply.github.com> Date: Sat, 29 Mar 2025 23:18:39 -0500 Subject: [PATCH] Create _atproto.lua.json Atproto is the connection DNS for bluesky. I figure I can just modify the prefix, since both discord and bluesky require the same data to connect domains. --- domains/_atproto.lua.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_atproto.lua.json diff --git a/domains/_atproto.lua.json b/domains/_atproto.lua.json new file mode 100644 index 000000000..3a8344b22 --- /dev/null +++ b/domains/_atproto.lua.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "notxlua", + "email": "notxlua@gmail.com" + }, + "record": { + "TXT": "did=did:plc:j7iap5lpvblnrr7lygisgjzp" + } +}