From 8068e5528ec4c4b2dd4ae12426d4484bd79ed2fe Mon Sep 17 00:00:00 2001 From: whine <81570596+whinee@users.noreply.github.com> Date: Sun, 13 Mar 2022 15:12:40 +0800 Subject: [PATCH 1/6] Create blog.whine.json --- domains/blog.whine.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/blog.whine.json diff --git a/domains/blog.whine.json b/domains/blog.whine.json new file mode 100644 index 000000000..50373eede --- /dev/null +++ b/domains/blog.whine.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "whinee", + "email": "", + "twitter": "whi_nyaan" + }, + "description": "whi_ne's blog", + "record": { + "CNAME": "whnya.github.io" + } +} From aa207b70ae4161d191b134855e4a75bf3d944467 Mon Sep 17 00:00:00 2001 From: whine <81570596+whinee@users.noreply.github.com> Date: Sun, 13 Mar 2022 15:15:10 +0800 Subject: [PATCH 2/6] Create mail.whine.json --- domains/mail.whine.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/mail.whine.json diff --git a/domains/mail.whine.json b/domains/mail.whine.json new file mode 100644 index 000000000..6c06fcffa --- /dev/null +++ b/domains/mail.whine.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "whinee", + "email": "", + "twitter": "whi_nyaan" + }, + "description": "whi_ne's mail subdomain", + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} From e160d4952f2ab9b350c24a4a5a53a16f6c14e4e7 Mon Sep 17 00:00:00 2001 From: whine <81570596+whinee@users.noreply.github.com> Date: Sun, 13 Mar 2022 15:17:26 +0800 Subject: [PATCH 3/6] Create projects.whine.json --- domains/projects.whine.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/projects.whine.json diff --git a/domains/projects.whine.json b/domains/projects.whine.json new file mode 100644 index 000000000..8994675cf --- /dev/null +++ b/domains/projects.whine.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "whinee", + "email": "", + "twitter": "whi_nyaan" + }, + "description": "whi_ne's projects' subdomain", + "record": { + "CNAME": "whnya.github.io" + } +} From ce4d1bae8c5520337ef90228bdbf79a4f215dfde Mon Sep 17 00:00:00 2001 From: whine <81570596+whinee@users.noreply.github.com> Date: Sun, 13 Mar 2022 15:22:45 +0800 Subject: [PATCH 4/6] Create d.whine.json --- domains/d.whine.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/d.whine.json diff --git a/domains/d.whine.json b/domains/d.whine.json new file mode 100644 index 000000000..7c8fdd849 --- /dev/null +++ b/domains/d.whine.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "whinee", + "email": "", + "twitter": "whi_nyaan" + }, + "description": "whi_ne's projects' subdomain", + "record": { + "A": ["34.120.54.55"], + "TXT": "deno-com-validation=13eb4d26d1f46853451b20c0" + } +} From ba81b4b71e1e08dfc371c44b0354144a65ba6222 Mon Sep 17 00:00:00 2001 From: whine <81570596+whinee@users.noreply.github.com> Date: Sun, 13 Mar 2022 15:23:09 +0800 Subject: [PATCH 5/6] Update d.whine.json --- domains/d.whine.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/d.whine.json b/domains/d.whine.json index 7c8fdd849..e32b38b74 100644 --- a/domains/d.whine.json +++ b/domains/d.whine.json @@ -4,7 +4,7 @@ "email": "", "twitter": "whi_nyaan" }, - "description": "whi_ne's projects' subdomain", + "description": "whi_ne's deno subdomain", "record": { "A": ["34.120.54.55"], "TXT": "deno-com-validation=13eb4d26d1f46853451b20c0" From 4d2f38e6ec1b6179964edd85f2989171ed2d3729 Mon Sep 17 00:00:00 2001 From: whine <81570596+whinee@users.noreply.github.com> Date: Sun, 13 Mar 2022 16:10:50 +0800 Subject: [PATCH 6/6] Update and rename d.whine.json to deno.whine.json --- domains/{d.whine.json => deno.whine.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{d.whine.json => deno.whine.json} (76%) diff --git a/domains/d.whine.json b/domains/deno.whine.json similarity index 76% rename from domains/d.whine.json rename to domains/deno.whine.json index e32b38b74..7aaa9d117 100644 --- a/domains/d.whine.json +++ b/domains/deno.whine.json @@ -7,6 +7,6 @@ "description": "whi_ne's deno subdomain", "record": { "A": ["34.120.54.55"], - "TXT": "deno-com-validation=13eb4d26d1f46853451b20c0" + "TXT": "deno-com-validation=ee0178763815b97a05c22f1b" } }