From 3ac2c723d16210a594277a6645bf5f45d65bb454 Mon Sep 17 00:00:00 2001 From: dijitiva Date: Tue, 2 Jan 2024 01:12:02 +0300 Subject: [PATCH 1/9] feat(domain): diji.is-a.dev --- domains/diji.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/diji.json diff --git a/domains/diji.json b/domains/diji.json new file mode 100644 index 000000000..03f9e7331 --- /dev/null +++ b/domains/diji.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "dijitiva", + "email": "hi@dijitiva.com.tr" + }, + "record": { + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + } +} \ No newline at end of file From 30fd9af4fe2abf69512514ee074225d0648c88d1 Mon Sep 17 00:00:00 2001 From: cosmosc0des Date: Mon, 1 Jan 2024 17:27:34 -0500 Subject: [PATCH 2/9] feat(domain): lyn.is-a.dev --- domains/lyn.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/lyn.json diff --git a/domains/lyn.json b/domains/lyn.json new file mode 100644 index 000000000..e000b051a --- /dev/null +++ b/domains/lyn.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "cosmosc0des", + "email": "lyncodes@proton.me" + }, + "record": { + "URL": "https://lyncodes.neocities.org" + } +} From 40642627e8ec0958f06d5209e8908df754a70fb5 Mon Sep 17 00:00:00 2001 From: hungwt Date: Tue, 2 Jan 2024 06:40:13 +0700 Subject: [PATCH 3/9] feat(domain): duyhung.is-a.dev --- domains/duyhung.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/domains/duyhung.json b/domains/duyhung.json index 6da26c0c7..bd59e6e79 100644 --- a/domains/duyhung.json +++ b/domains/duyhung.json @@ -4,6 +4,11 @@ "email": "hungwt334@gmail.com" }, "record": { - "A": ["103.97.126.26"] + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } -} +} \ No newline at end of file From 31e61cd58ee4c50f533f37f24eac6cdd9ed04ea5 Mon Sep 17 00:00:00 2001 From: Woofer Date: Mon, 1 Jan 2024 15:48:04 -0800 Subject: [PATCH 4/9] Update woofer.json --- domains/woofer.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/domains/woofer.json b/domains/woofer.json index 83c9b14b0..ab190e3ec 100644 --- a/domains/woofer.json +++ b/domains/woofer.json @@ -4,8 +4,6 @@ "email": "ivceball@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], } -} \ No newline at end of file +} From 21d24dd13862c1d4512dc66944eb66e2de972abf Mon Sep 17 00:00:00 2001 From: Woofer Date: Mon, 1 Jan 2024 15:51:09 -0800 Subject: [PATCH 5/9] "A" record updated --- domains/woofer.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/domains/woofer.json b/domains/woofer.json index ab190e3ec..a383bf756 100644 --- a/domains/woofer.json +++ b/domains/woofer.json @@ -4,6 +4,11 @@ "email": "ivceball@gmail.com" }, "record": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } } From ce917ba7b3815e68328ffeb4dbc005b839663352 Mon Sep 17 00:00:00 2001 From: boomshakazulu Date: Mon, 1 Jan 2024 19:28:56 -0700 Subject: [PATCH 6/9] feat(domain): dallonlahoda.is-a.dev --- domains/dallonlahoda.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/dallonlahoda.json diff --git a/domains/dallonlahoda.json b/domains/dallonlahoda.json new file mode 100644 index 000000000..b8faf17fc --- /dev/null +++ b/domains/dallonlahoda.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "boomshakazulu", + "email": "dallonlahoda@hotmail.com" + }, + "record": { + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + } +} \ No newline at end of file From 599ced30632b67c002466ccb81876938aaad8cd9 Mon Sep 17 00:00:00 2001 From: Xanderxx69 Date: Mon, 1 Jan 2024 22:19:13 -0500 Subject: [PATCH 7/9] feat(domain): xander.is-a.dev --- domains/xander.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/xander.json diff --git a/domains/xander.json b/domains/xander.json new file mode 100644 index 000000000..0c711ea8f --- /dev/null +++ b/domains/xander.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "Xanderxx69", + "email": "xanderhogan13@gmail.com" + }, + "record": { + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + } +} \ No newline at end of file From b3ed9ea549832bbdd704d328ec8f7599f91f6fc4 Mon Sep 17 00:00:00 2001 From: Riviox <100956266+riviox@users.noreply.github.com> Date: Tue, 2 Jan 2024 05:08:17 +0100 Subject: [PATCH 8/9] change name --- domains/riviox.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/domains/riviox.json b/domains/riviox.json index 9db893543..043628e7f 100644 --- a/domains/riviox.json +++ b/domains/riviox.json @@ -1,12 +1,12 @@ { - "description": ".riviox's official website", - "repo": "https://github.com/RivioxGaming/rivioxgaming.github.io", + "description": "riviox's website", + "repo": "https://github.com/riviox/riviox.github.io", "owner": { - "username": "RivioxGaming", + "username": "riviox", "email": "rivioxyt@hotmail.com", "twitter": "riviox40451" }, "record": { - "CNAME": "rivioxgaming.github.io" + "CNAME": "riviox.github.io" } } From f38b83087cebab919259f75d89326f445d271691 Mon Sep 17 00:00:00 2001 From: CarsonDay11 Date: Mon, 1 Jan 2024 22:09:21 -0600 Subject: [PATCH 9/9] feat(domain): carsonday.is-a.dev --- domains/carsonday.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/carsonday.json diff --git a/domains/carsonday.json b/domains/carsonday.json new file mode 100644 index 000000000..6dd0531ce --- /dev/null +++ b/domains/carsonday.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "CarsonDay11", + "email": "carson@carsonday.pro" + }, + "record": { + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + } +} \ No newline at end of file