From 0a2aa9b4e28a97d1096198adf9152936bbe2c3fb Mon Sep 17 00:00:00 2001 From: iksmfu <156527935+iksmfu@users.noreply.github.com> Date: Mon, 17 Jun 2024 11:47:12 +0300 Subject: [PATCH 1/6] Create name.json --- domains/name.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/name.json diff --git a/domains/name.json b/domains/name.json new file mode 100644 index 000000000..82f59e5ff --- /dev/null +++ b/domains/name.json @@ -0,0 +1,11 @@ +{ +"description": "(optional) your domain description here", +"repo": "(optional) your website's source code", +"owner": { +"username": "iksmfua" +"email": "realiksm@gmail.com" +}, +"record": { +"record-type": "value" +} +} From 43c28794fe9c736e9df49bcdfa168b3d66d17a7a Mon Sep 17 00:00:00 2001 From: iksmfu <156527935+iksmfu@users.noreply.github.com> Date: Mon, 17 Jun 2024 12:29:29 +0300 Subject: [PATCH 2/6] Rename name.json to zorex.json --- domains/{name.json => zorex.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{name.json => zorex.json} (100%) diff --git a/domains/name.json b/domains/zorex.json similarity index 100% rename from domains/name.json rename to domains/zorex.json From 4920f9af4adbf3a8a935dab91255ac1de0012948 Mon Sep 17 00:00:00 2001 From: iksmfu <156527935+iksmfu@users.noreply.github.com> Date: Mon, 17 Jun 2024 12:30:48 +0300 Subject: [PATCH 3/6] Update zorex.json --- domains/zorex.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/domains/zorex.json b/domains/zorex.json index 82f59e5ff..3b4ee2ca7 100644 --- a/domains/zorex.json +++ b/domains/zorex.json @@ -1,11 +1,10 @@ { -"description": "(optional) your domain description here", -"repo": "(optional) your website's source code", -"owner": { -"username": "iksmfua" -"email": "realiksm@gmail.com" -}, -"record": { -"record-type": "value" -} -} + "owner": { + "username": "", + "email": "", + "twitter": "" + }, + "record": { + "CNAME": ".id.repl.co" + } +} From 24d81702e40fc479cb712a4709a4213650da3c25 Mon Sep 17 00:00:00 2001 From: iksmfu <156527935+iksmfu@users.noreply.github.com> Date: Mon, 17 Jun 2024 12:50:11 +0300 Subject: [PATCH 4/6] Update zorex.json --- domains/zorex.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/domains/zorex.json b/domains/zorex.json index 3b4ee2ca7..a31ed12ba 100644 --- a/domains/zorex.json +++ b/domains/zorex.json @@ -1,10 +1,11 @@ { "owner": { - "username": "", - "email": "", - "twitter": "" + "username": "iksmfua", + "email": "realiksm@gmail.com", + "twitter": "WaleedthemodYT" }, "record": { - "CNAME": ".id.repl.co" + "A": ["34.111.179.208"], + "TXT": "replit-verify=73d19ce6-ad19-4956-a800-4e647b4b7cd4" } -} +} From abb0e4053200bd210dfac282dfbe99447a87096e Mon Sep 17 00:00:00 2001 From: Ruby ^^ <149943842+HopefulRuby@users.noreply.github.com> Date: Wed, 19 Jun 2024 10:11:34 -0500 Subject: [PATCH 5/6] Create ruby.json --- domains/ruby.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/ruby.json diff --git a/domains/ruby.json b/domains/ruby.json new file mode 100644 index 000000000..ea29feb77 --- /dev/null +++ b/domains/ruby.json @@ -0,0 +1,11 @@ +{ + "description": "ruby.is-a.dev", + "repo": "https://github.com/hopefulruby/hopefulruby.github.io/", + "owner": { + "username": "hopefulruby", + "email": "rubii.is.cool@outlook.com" + }, + "record": { + "CNAME": "hopefulruby.github.io/" + } +} From 406ebe56f8f9dfe4ac8a46b0643646a40d284877 Mon Sep 17 00:00:00 2001 From: Ruby ^^ <149943842+HopefulRuby@users.noreply.github.com> Date: Wed, 19 Jun 2024 10:25:52 -0500 Subject: [PATCH 6/6] Fix typo, add Discord under contact. --- domains/ruby.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/domains/ruby.json b/domains/ruby.json index ea29feb77..c468a6568 100644 --- a/domains/ruby.json +++ b/domains/ruby.json @@ -3,9 +3,10 @@ "repo": "https://github.com/hopefulruby/hopefulruby.github.io/", "owner": { "username": "hopefulruby", - "email": "rubii.is.cool@outlook.com" + "email": "rubii.is.cool@outlook.com", + "discord": "669710912806060046" }, "record": { - "CNAME": "hopefulruby.github.io/" + "CNAME": "hopefulruby.github.io" } }