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/4] 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/4] 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/4] 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/4] 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" } -} +}