From bad78db9d4ce79e2368f355461f3f5e30213060f Mon Sep 17 00:00:00 2001 From: Kronifer Date: Thu, 31 Aug 2023 14:31:34 -0500 Subject: [PATCH 1/2] feat(domain): kronifer.is-a.dev --- domains/kronifer.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/kronifer.json diff --git a/domains/kronifer.json b/domains/kronifer.json new file mode 100644 index 000000000..875742434 --- /dev/null +++ b/domains/kronifer.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Kronifer", + "email": "dillonr5@live.wsd1.org" + }, + "record": { + "A": ["172.178.61.66"] + } +} From c1f8888d85b94bc62a590e649b81cd7728bc2bc8 Mon Sep 17 00:00:00 2001 From: vlux Date: Fri, 1 Sep 2023 11:16:46 +0800 Subject: [PATCH 2/2] feat(domain): xuanwu.is-a.dev --- domains/xuanwu.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/xuanwu.json diff --git a/domains/xuanwu.json b/domains/xuanwu.json new file mode 100644 index 000000000..265dc4bf6 --- /dev/null +++ b/domains/xuanwu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vlux", + "email": "vluxyue@gmail.com" + }, + "record": { + "CNAME": "www.yxw.is" + } +}