From 7736680d79fdee096a05136336868a5a845e0e97 Mon Sep 17 00:00:00 2001 From: Piplup7575 Date: Tue, 16 Jan 2024 00:38:56 -0500 Subject: [PATCH 1/2] feat(domain): piplup7575.is-a.dev --- domains/piplup7575.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/piplup7575.json diff --git a/domains/piplup7575.json b/domains/piplup7575.json new file mode 100644 index 000000000..9404b621b --- /dev/null +++ b/domains/piplup7575.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Piplup7575", + "email": "piplup7575@gmail.com" + }, + "record": { + "TXT": "_github-pages-challenge-piplup7575.piplup7575.is-a.dev" + } +} From 4ad0bed5b386131f88d33ad207b57e0acb296e31 Mon Sep 17 00:00:00 2001 From: Piplup <88395302+Piplup7575@users.noreply.github.com> Date: Tue, 16 Jan 2024 01:02:59 -0500 Subject: [PATCH 2/2] change to cname? not sure how this works --- domains/piplup7575.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/piplup7575.json b/domains/piplup7575.json index 9404b621b..03e1d5495 100644 --- a/domains/piplup7575.json +++ b/domains/piplup7575.json @@ -4,6 +4,6 @@ "email": "piplup7575@gmail.com" }, "record": { - "TXT": "_github-pages-challenge-piplup7575.piplup7575.is-a.dev" + "CNAME": "pip75.github.io" } }