From d8c01fcfdc479b94480f913f3ad67c8a630d34d3 Mon Sep 17 00:00:00 2001 From: Rayrsn Date: Wed, 30 Aug 2023 13:50:40 +0300 Subject: [PATCH 1/9] feat(domain): rayrsn.is-a.dev --- domains/rayrsn.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/rayrsn.json diff --git a/domains/rayrsn.json b/domains/rayrsn.json new file mode 100644 index 000000000..07edc5649 --- /dev/null +++ b/domains/rayrsn.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Rayrsn", + "email": "ramtin.015@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 4e55e067c6d67245eca5ad21285419ce651bb21d Mon Sep 17 00:00:00 2001 From: Rayr <25773909+Rayrsn@users.noreply.github.com> Date: Tue, 9 Jul 2024 21:07:27 +0300 Subject: [PATCH 2/9] update url --- domains/00.json | 2 +- domains/01.json | 2 +- domains/guess-who.json | 2 +- domains/rayr.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/domains/00.json b/domains/00.json index df557c1c2..fe125c21b 100644 --- a/domains/00.json +++ b/domains/00.json @@ -4,6 +4,6 @@ "email": "rayrsn@proton.me" }, "record": { - "URL": "https://rayr.link" + "URL": "https://rayrsn.me/" } } diff --git a/domains/01.json b/domains/01.json index df557c1c2..fe125c21b 100644 --- a/domains/01.json +++ b/domains/01.json @@ -4,6 +4,6 @@ "email": "rayrsn@proton.me" }, "record": { - "URL": "https://rayr.link" + "URL": "https://rayrsn.me/" } } diff --git a/domains/guess-who.json b/domains/guess-who.json index df557c1c2..fe125c21b 100644 --- a/domains/guess-who.json +++ b/domains/guess-who.json @@ -4,6 +4,6 @@ "email": "rayrsn@proton.me" }, "record": { - "URL": "https://rayr.link" + "URL": "https://rayrsn.me/" } } diff --git a/domains/rayr.json b/domains/rayr.json index df557c1c2..fe125c21b 100644 --- a/domains/rayr.json +++ b/domains/rayr.json @@ -4,6 +4,6 @@ "email": "rayrsn@proton.me" }, "record": { - "URL": "https://rayr.link" + "URL": "https://rayrsn.me/" } } From 75028d3fe7cb743e5c9d9adea01c77eabd1367e5 Mon Sep 17 00:00:00 2001 From: Stef_DP Date: Tue, 9 Jul 2024 21:48:16 +0200 Subject: [PATCH 3/9] Update stefdp.json --- domains/stefdp.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/domains/stefdp.json b/domains/stefdp.json index 2e1b1c7a8..b7b843d55 100644 --- a/domains/stefdp.json +++ b/domains/stefdp.json @@ -6,10 +6,7 @@ }, "record": { "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" + "194.60.201.37" ], "MX": ["mail.stefdp.lol"], "TXT": ["v=spf1 mx ~all"] From 855f9ed9a1e4198c4a0a58002c0d85c4a44c2086 Mon Sep 17 00:00:00 2001 From: CHEN JIAHUAN <1056366209@qq.com> Date: Wed, 10 Jul 2024 06:03:56 +0800 Subject: [PATCH 4/9] Create tju-emg.json --- domains/tju-emg.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/tju-emg.json diff --git a/domains/tju-emg.json b/domains/tju-emg.json new file mode 100644 index 000000000..e8eea0c0d --- /dev/null +++ b/domains/tju-emg.json @@ -0,0 +1,11 @@ +{ + "description": "TJU Engineering Mechanics Guide", + "repo": "https://gitlab.com/XiaoHuanwise/tju-emg", + "owner": { + "username": "XiaoHuanwise", + "email": "1056366209@qq.com", + }, + "record": { + "URL": "https:/xiaohuanwise.githlab.io/tju-emg" + } +} From afed13fa231ecf4001612fe637939a7dd6e8d364 Mon Sep 17 00:00:00 2001 From: CHEN JIAHUAN <1056366209@qq.com> Date: Wed, 10 Jul 2024 06:11:01 +0800 Subject: [PATCH 5/9] Update tju-emg.json --- domains/tju-emg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/tju-emg.json b/domains/tju-emg.json index e8eea0c0d..f75ff2393 100644 --- a/domains/tju-emg.json +++ b/domains/tju-emg.json @@ -6,6 +6,6 @@ "email": "1056366209@qq.com", }, "record": { - "URL": "https:/xiaohuanwise.githlab.io/tju-emg" + "URL": "https:/xiaohuanwise.gitlab.io/tju-emg" } } From 030ca1656d94d10ff4763cf9e77fb4c1901f0755 Mon Sep 17 00:00:00 2001 From: civic1007 Date: Tue, 9 Jul 2024 17:11:49 -0500 Subject: [PATCH 6/9] Create civic.json --- domains/civic.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/civic.json diff --git a/domains/civic.json b/domains/civic.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/domains/civic.json @@ -0,0 +1 @@ + From d26030fc61a27645f631a37321038ab670a15fd7 Mon Sep 17 00:00:00 2001 From: civic1007 Date: Tue, 9 Jul 2024 17:16:16 -0500 Subject: [PATCH 7/9] Update civic.json --- domains/civic.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/domains/civic.json b/domains/civic.json index 8b1378917..da498610c 100644 --- a/domains/civic.json +++ b/domains/civic.json @@ -1 +1,9 @@ - +{ + "owner": { + "username": "civic1007", + "email": "civic1007@proton.me" + }, + "record": { + "CNAME": "civic1007.pages.dev" + } +} From 091588e78a3c21c89bd21da7cdc077dbf8dd169b Mon Sep 17 00:00:00 2001 From: orangc Date: Tue, 9 Jul 2024 20:20:27 -0400 Subject: [PATCH 8/9] remove trailing comma after email line to fix invalid syntax --- domains/tju-emg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/tju-emg.json b/domains/tju-emg.json index f75ff2393..f17cea712 100644 --- a/domains/tju-emg.json +++ b/domains/tju-emg.json @@ -3,7 +3,7 @@ "repo": "https://gitlab.com/XiaoHuanwise/tju-emg", "owner": { "username": "XiaoHuanwise", - "email": "1056366209@qq.com", + "email": "1056366209@qq.com" }, "record": { "URL": "https:/xiaohuanwise.gitlab.io/tju-emg" From fdf3130c63f9ba9accaec85c156a6ccad34ace3a Mon Sep 17 00:00:00 2001 From: orangc Date: Tue, 9 Jul 2024 20:24:49 -0400 Subject: [PATCH 9/9] add missing slash in URL record --- domains/tju-emg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/tju-emg.json b/domains/tju-emg.json index f17cea712..f57c1a523 100644 --- a/domains/tju-emg.json +++ b/domains/tju-emg.json @@ -6,6 +6,6 @@ "email": "1056366209@qq.com" }, "record": { - "URL": "https:/xiaohuanwise.gitlab.io/tju-emg" + "URL": "https://xiaohuanwise.gitlab.io/tju-emg" } }