From 32b7d7f6bb0da98b9305cbbf75b5c7fe77f4060c Mon Sep 17 00:00:00 2001 From: coderzhaxor Date: Mon, 4 Dec 2023 10:08:42 +0700 Subject: [PATCH 1/4] feat(domain): januantara .is-a.dev --- domains/januantara .json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/januantara .json diff --git a/domains/januantara .json b/domains/januantara .json new file mode 100644 index 000000000..82cbdd3fa --- /dev/null +++ b/domains/januantara .json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "coderzhaxor", + "email": "ajanuantara@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 3a03b922c6387979f0c4bac4f1ea5f98bda1344b Mon Sep 17 00:00:00 2001 From: coderzhaxor Date: Mon, 4 Dec 2023 13:27:13 +0700 Subject: [PATCH 2/4] feat(domain): prima.is-a.dev --- domains/prima.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/prima.json diff --git a/domains/prima.json b/domains/prima.json new file mode 100644 index 000000000..63f2620ed --- /dev/null +++ b/domains/prima.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "coderzhaxor", + "email": "ajanuantara@gmail.com" + }, + "record": { + "CNAME": "coderzhaxor.github.io" + } +} From c62a5407ec3e42953f0b7a55c8083b45074cbd97 Mon Sep 17 00:00:00 2001 From: coderzhaxor Date: Mon, 4 Dec 2023 13:31:01 +0700 Subject: [PATCH 3/4] feat(domain): januantara.is-a.dev --- domains/januantara.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/januantara.json diff --git a/domains/januantara.json b/domains/januantara.json new file mode 100644 index 000000000..63f2620ed --- /dev/null +++ b/domains/januantara.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "coderzhaxor", + "email": "ajanuantara@gmail.com" + }, + "record": { + "CNAME": "coderzhaxor.github.io" + } +} From f38b4a6e8f35d1ba4c9f79ba0559789caf7043d2 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 10 Dec 2023 11:57:19 +0800 Subject: [PATCH 4/4] Discard changes to domains/januantara .json --- domains/januantara .json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/januantara .json diff --git a/domains/januantara .json b/domains/januantara .json deleted file mode 100644 index 82cbdd3fa..000000000 --- a/domains/januantara .json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "coderzhaxor", - "email": "ajanuantara@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "AAAA": ["2a00:da00:1800:83a4::1"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file