From cf418116a88cd5a9f5cb9f221524309b2a356f7a Mon Sep 17 00:00:00 2001 From: TheHCJ <150591975+TheHCJ@users.noreply.github.com> Date: Sat, 16 Nov 2024 15:05:30 +0000 Subject: [PATCH] add discord and bluesky verification --- domains/_atproto.thehcj.json | 10 ++++++++++ domains/_discord.thehcj.json | 9 +++++++++ 2 files changed, 19 insertions(+) create mode 100644 domains/_atproto.thehcj.json create mode 100644 domains/_discord.thehcj.json diff --git a/domains/_atproto.thehcj.json b/domains/_atproto.thehcj.json new file mode 100644 index 000000000..40a3999bd --- /dev/null +++ b/domains/_atproto.thehcj.json @@ -0,0 +1,10 @@ +{ + "description": "domain verification for bluesky", + "owner": { + "username": "TheHCJ", + "bluesky": "did:plc:5f2c6awh4ffekm7srmi4d6zg" + }, + "record": { + "TXT": "did:plc:5f2c6awh4ffekm7srmi4d6zg" + } + } \ No newline at end of file diff --git a/domains/_discord.thehcj.json b/domains/_discord.thehcj.json new file mode 100644 index 000000000..48958ca46 --- /dev/null +++ b/domains/_discord.thehcj.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "TheHCJ", + "bluesky": "did:plc:5f2c6awh4ffekm7srmi4d6zg" + }, + "record": { + "TXT": "dh=d8213a7b69c2c71bfc2cdddc2744080847a4b0da" + } + } \ No newline at end of file