From adc86cb019ef29a2f975c11be01ab9ff0ca511b1 Mon Sep 17 00:00:00 2001 From: yuennix <130074907+yuennix@users.noreply.github.com> Date: Thu, 14 May 2026 04:42:33 +0800 Subject: [PATCH 1/3] Create yuennix.thedev.me.json --- domains/yuennix.thedev.me.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/yuennix.thedev.me.json diff --git a/domains/yuennix.thedev.me.json b/domains/yuennix.thedev.me.json new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/domains/yuennix.thedev.me.json @@ -0,0 +1 @@ + From 8d29f7f2b39b09d0ce33d7a52f2b030d465053b8 Mon Sep 17 00:00:00 2001 From: yuennix <130074907+yuennix@users.noreply.github.com> Date: Thu, 14 May 2026 04:47:03 +0800 Subject: [PATCH 2/3] Add configuration for yuennix.thedev.me subdomain --- domains/yuennix.thedev.me.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/domains/yuennix.thedev.me.json b/domains/yuennix.thedev.me.json index 8b13789..3863d15 100644 --- a/domains/yuennix.thedev.me.json +++ b/domains/yuennix.thedev.me.json @@ -1 +1,16 @@ +{ + "subdomain": "yuennix", + "domain": "thedev.me", + "email_or_discord": "yuennix", + "github_username": "yuennix", + "description": "A brief description of the purpose of the subdomain", + "records": { + + "MX": ["mx1.hanami.run 10","mx2.hanami.run 20"], + "TXT": ["v=spf1 include:spf.hanami.run ~all + "] + }, + + "proxied": false +} From 8d0e740f1ccce08cd16fb5940e524227141d1309 Mon Sep 17 00:00:00 2001 From: yuennix <130074907+yuennix@users.noreply.github.com> Date: Thu, 14 May 2026 04:55:36 +0800 Subject: [PATCH 3/3] Fix formatting of TXT record in JSON --- domains/yuennix.thedev.me.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/yuennix.thedev.me.json b/domains/yuennix.thedev.me.json index 3863d15..5539ab8 100644 --- a/domains/yuennix.thedev.me.json +++ b/domains/yuennix.thedev.me.json @@ -8,8 +8,7 @@ "records": { "MX": ["mx1.hanami.run 10","mx2.hanami.run 20"], - "TXT": ["v=spf1 include:spf.hanami.run ~all - "] + "TXT": ["v=spf1 include:spf.hanami.run ~all"] }, "proxied": false