From 039dd27a92e765f3bd2757677fd2fe65e69c147b Mon Sep 17 00:00:00 2001 From: Zerow <105360899+DevZerow@users.noreply.github.com> Date: Sun, 28 May 2023 17:45:45 +0200 Subject: [PATCH 1/3] feat(domain): add `zerow.is-a.dev` --- domains/zerow.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/zerow.json diff --git a/domains/zerow.json b/domains/zerow.json new file mode 100644 index 000000000..c0921e76c --- /dev/null +++ b/domains/zerow.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "DevZerow", + "email": "zerow.pro@protonmail.com" + }, + + "record": { + "A": ["194.5.64.6"] + } +} From be9b6da58089fe655fd7fdace44cdea89cea04a3 Mon Sep 17 00:00:00 2001 From: Zerow <105360899+DevZerow@users.noreply.github.com> Date: Sun, 28 May 2023 18:03:00 +0200 Subject: [PATCH 2/3] feat(domain): add `*.zerow.is-a.dev` --- domains/*.zerow.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/*.zerow.json diff --git a/domains/*.zerow.json b/domains/*.zerow.json new file mode 100644 index 000000000..c0921e76c --- /dev/null +++ b/domains/*.zerow.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "DevZerow", + "email": "zerow.pro@protonmail.com" + }, + + "record": { + "A": ["194.5.64.6"] + } +} From b58f9cd0e2783d5cc86e78135337301df8fb9958 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Mon, 29 May 2023 08:32:40 +0800 Subject: [PATCH 3/3] Delete *.zerow.json --- domains/*.zerow.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/*.zerow.json diff --git a/domains/*.zerow.json b/domains/*.zerow.json deleted file mode 100644 index c0921e76c..000000000 --- a/domains/*.zerow.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "DevZerow", - "email": "zerow.pro@protonmail.com" - }, - - "record": { - "A": ["194.5.64.6"] - } -}