From 5db5fb25b4ef8cc3aef98de852f14b896c98596f Mon Sep 17 00:00:00 2001 From: Sharath Cherian Thomas Date: Fri, 9 Oct 2020 11:01:01 +0530 Subject: [PATCH 01/31] Create sharath.json --- domains/sharath.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/sharath.json diff --git a/domains/sharath.json b/domains/sharath.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/domains/sharath.json @@ -0,0 +1 @@ + From e1765fbcbb458e25e8c9017bb0cd805ae55ac8c7 Mon Sep 17 00:00:00 2001 From: Sailesh Dahal <43571990+saileshbro@users.noreply.github.com> Date: Fri, 9 Oct 2020 19:14:10 +0545 Subject: [PATCH 02/31] Create sailesh.json --- domains/sailesh.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/sailesh.json diff --git a/domains/sailesh.json b/domains/sailesh.json new file mode 100644 index 000000000..5925a4c00 --- /dev/null +++ b/domains/sailesh.json @@ -0,0 +1,11 @@ +{ + "description": "Sailesh's Personal Website", + "owner": { + "username": "saileshbro", + "email": "saileshbro@gmail.com" + }, + "record": { + "CNAME": "https://saileshbro.github.io/saileshbro/", + "URL": "https://sailesh.is-a.dev" + } +} From 338bf8715c1b0a047472829174dd18ff47d8d5ca Mon Sep 17 00:00:00 2001 From: George S Aykara Date: Fri, 9 Oct 2020 19:47:12 +0530 Subject: [PATCH 03/31] Create george.json --- domains/george.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/george.json diff --git a/domains/george.json b/domains/george.json new file mode 100644 index 000000000..faee02a19 --- /dev/null +++ b/domains/george.json @@ -0,0 +1,12 @@ +{ + "description": "George Aykara's personal developer website", + "repo": "https://github.com/aykarageorge", + "owner": { + "username": "aykarageorge", + "email": "aykarageorge@gmail.com" + }, + "record": { + "CNAME": "george.aykara4.com", + "URL": "https://george.is-a.dev" + } +} From 29d64edb0cc22cc5be79d0dd2222144c65a9ec60 Mon Sep 17 00:00:00 2001 From: Sharath Cherian Thomas Date: Fri, 9 Oct 2020 23:03:02 +0530 Subject: [PATCH 04/31] Update sharath.json --- domains/sharath.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/domains/sharath.json b/domains/sharath.json index 8b1378917..5635fc18e 100644 --- a/domains/sharath.json +++ b/domains/sharath.json @@ -1 +1,12 @@ - +{ + "description": "Social media website project", + "repo": "https://github.com/thesct22", + "owner": { + "username": "thesct22", + "email": "sharathct22@gmail.com" + }, + "record": { + "CNAME":"http://34.67.228.107.xip.io/" + "URL": "http://sharath.is-a.dev" + } +} From a8dcd27118201dd712b3f614eccca29a941df413 Mon Sep 17 00:00:00 2001 From: Sharath Cherian Thomas Date: Fri, 9 Oct 2020 23:10:25 +0530 Subject: [PATCH 05/31] Update sharath.json --- domains/sharath.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sharath.json b/domains/sharath.json index 5635fc18e..82abb788a 100644 --- a/domains/sharath.json +++ b/domains/sharath.json @@ -6,7 +6,7 @@ "email": "sharathct22@gmail.com" }, "record": { - "CNAME":"http://34.67.228.107.xip.io/" + "CNAME":"http://34.67.228.107.xip.io" "URL": "http://sharath.is-a.dev" } } From a5b93e5eed8c602c8bcf8bd5d55b379ee5d5f045 Mon Sep 17 00:00:00 2001 From: Sharkaboi Date: Sat, 10 Oct 2020 08:46:51 +0530 Subject: [PATCH 06/31] Added sarath.json --- domains/sarath.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/sarath.json diff --git a/domains/sarath.json b/domains/sarath.json new file mode 100644 index 000000000..757b1183f --- /dev/null +++ b/domains/sarath.json @@ -0,0 +1,12 @@ +{ + "description": "Sarath's Website", + "repo": "https://github.com/Sharkaboi/sharkaboi.github.io", + "owner": { + "username": "Sharkaboi", + "email": "sarathsedu@gmail.com" + }, + "record": { + "CNAME": "sharkaboi.github.io", + "URL": "https://sarath.is-a.dev" + } + } \ No newline at end of file From 5f52ba72011662554e059a3a8935a81871dd553d Mon Sep 17 00:00:00 2001 From: epgeroy Date: Fri, 9 Oct 2020 22:23:01 -0500 Subject: [PATCH 07/31] Create epgeroy.json add epgeroy's domain --- domains/epgeroy.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/epgeroy.json diff --git a/domains/epgeroy.json b/domains/epgeroy.json new file mode 100644 index 000000000..b392aa312 --- /dev/null +++ b/domains/epgeroy.json @@ -0,0 +1,13 @@ + +{ + "description": "/home/epgeroy", + "repo": "https://github.com/epgeroy/epgeroy.github.io", + "owner": { + "username": "epgeroy", + "email": "epgeroy@gmail.com" + }, + "record": { + "CNAME": "epgeroy.github.io", + "URL": "https://epgeroy.is-a.dev" + } +} From e0446e82fbbcf87df95fa04123e1e6dbf9c7ed51 Mon Sep 17 00:00:00 2001 From: Sailesh Dahal <43571990+saileshbro@users.noreply.github.com> Date: Sat, 10 Oct 2020 10:39:11 +0545 Subject: [PATCH 08/31] Update sailesh.json --- domains/sailesh.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/sailesh.json b/domains/sailesh.json index 5925a4c00..65865984d 100644 --- a/domains/sailesh.json +++ b/domains/sailesh.json @@ -5,7 +5,7 @@ "email": "saileshbro@gmail.com" }, "record": { - "CNAME": "https://saileshbro.github.io/saileshbro/", - "URL": "https://sailesh.is-a.dev" + "CNAME": "saileshbro.github.io", + "URL": "https://saileshbro.github.io/saileshbro/" } } From a013de6cb6fd26f1c500295346a03d12550aeb42 Mon Sep 17 00:00:00 2001 From: Ahmad Eyamin Date: Sat, 10 Oct 2020 10:55:21 +0600 Subject: [PATCH 09/31] Create ahmadeyamin.json --- domains/ahmadeyamin.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/ahmadeyamin.json diff --git a/domains/ahmadeyamin.json b/domains/ahmadeyamin.json new file mode 100644 index 000000000..1e8007a2c --- /dev/null +++ b/domains/ahmadeyamin.json @@ -0,0 +1,12 @@ +{ + "description": "Eyamin Personal Website", + "repo": "https://github.com/ahmadeyamin/ahmadeyamin.github.io", + "owner": { + "username": "ahmadeyamin", + "email": "ahmadeyamin@gmail.com" + }, + "record": { + "CNAME": "ahmadeyamin.github.io", + "URL": "https://ahmadeyamin.is-a.dev" + } +} From 88ab1b4ddc7ba490e07c966918af60b9633df8e1 Mon Sep 17 00:00:00 2001 From: Rahul Dahal <44515005+rahuldahal@users.noreply.github.com> Date: Sat, 10 Oct 2020 12:15:03 +0545 Subject: [PATCH 10/31] Added rahul.json file --- domains/rahul.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/rahul.json diff --git a/domains/rahul.json b/domains/rahul.json new file mode 100644 index 000000000..7b828647b --- /dev/null +++ b/domains/rahul.json @@ -0,0 +1,12 @@ +{ + "description": "Rahul's personal developer website", + "repo": "https://github.com/rahuldahal", + "owner": { + "username": "rahuldahal", + "email": "rdaahal@gmail.com" + }, + "record": { + "CNAME": "rahuldahal.com.np", + "URL": "https://rahul.is-a.dev" + } +} From cb09acfefe77048aec73d00ea456f5dbed2fcd7e Mon Sep 17 00:00:00 2001 From: amalsebs <48290044+amalsebs@users.noreply.github.com> Date: Sat, 10 Oct 2020 15:22:53 +0530 Subject: [PATCH 11/31] added amal.json --- domains/amal.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/amal.json diff --git a/domains/amal.json b/domains/amal.json new file mode 100644 index 000000000..bbf4685c6 --- /dev/null +++ b/domains/amal.json @@ -0,0 +1,12 @@ +{ + "description": "Amal's personal developer website", + "repo": "https://github.com/amalsebs/amalsebs.github.io", + "owner": { + "username": "amalsebs", + "email": "amalsebastian48@gmail.com" + }, + "record": { + "CNAME": "amalsebs.github.io", + "URL": "https://amal.is-a.dev" + } +} From da58032fc9c1d3585bad40c19b0ccc65c9f7c473 Mon Sep 17 00:00:00 2001 From: JaCkIsO Date: Sat, 10 Oct 2020 12:58:09 +0300 Subject: [PATCH 12/31] Adding JaCkIsO --- domains/jackiso.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/jackiso.json diff --git a/domains/jackiso.json b/domains/jackiso.json new file mode 100644 index 000000000..72ec59ad2 --- /dev/null +++ b/domains/jackiso.json @@ -0,0 +1,11 @@ +{ + "description": "JaCkIsO is a Developer!", + "owner": { + "username": "JaCkIsO", + "email": "jackisodev@gmail.com" + }, + "record": { + "CNAME": "JaCkIsO.github.io", + "URL": "https://jackiso.is-a.dev" + } +} \ No newline at end of file From b4e4c4d639342272d8a55e49383436f258ae5346 Mon Sep 17 00:00:00 2001 From: Sandeep Vattapparambil Date: Sat, 10 Oct 2020 16:22:04 +0530 Subject: [PATCH 13/31] added my domain entry --- domains/sandeepv.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/sandeepv.json diff --git a/domains/sandeepv.json b/domains/sandeepv.json new file mode 100644 index 000000000..be12d1570 --- /dev/null +++ b/domains/sandeepv.json @@ -0,0 +1,12 @@ +{ + "description": "Sandeep's personal website", + "owner": { + "username": "SandeepVattapparambil", + "email": "sandeepv68@gmail.com" + }, + "record": { + "CNAME": "sandeepv.in", + "URL": "https://sandeepv.is-a.dev" + } + } + \ No newline at end of file From 17fdd7e765d3eee89d11dcee240c82f5089d61e6 Mon Sep 17 00:00:00 2001 From: breekoy Date: Sat, 10 Oct 2020 19:24:03 +0800 Subject: [PATCH 14/31] add bree.json --- domains/bree.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/bree.json diff --git a/domains/bree.json b/domains/bree.json new file mode 100644 index 000000000..d5ce25a31 --- /dev/null +++ b/domains/bree.json @@ -0,0 +1,12 @@ +{ + "description": "Bree is a Dev", + "repo": "https://github.com/breekoy/breekoy.github.io", + "owner": { + "username": "breekoy", + "email": "mcwall.breekoy@gmail.com" + }, + "record": { + "CNAME": "breekoy.github.io", + "URL": "https://bree.is-a.dev" + } +} \ No newline at end of file From 17834b30cfccd4c5bfea54f6a94cfe09d079e468 Mon Sep 17 00:00:00 2001 From: Masood Mohammad <45809678+masoodbinmohammad@users.noreply.github.com> Date: Sat, 10 Oct 2020 17:04:21 +0530 Subject: [PATCH 15/31] is a dev PR is a dev PR --- domains/masood.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/masood.json diff --git a/domains/masood.json b/domains/masood.json new file mode 100644 index 000000000..376e62225 --- /dev/null +++ b/domains/masood.json @@ -0,0 +1,12 @@ +{ + "description": "Masood Mohammad's Personal Website", + "repo": "https://github.com/masoodbinmohammad", + "owner": { + "username": "masoodbinmohammad", + "email": "masoodbinmohammad@hotmail.com" + }, + "record": { + "CNAME": "masoodbinmohammad.github.io", + "URL": "https://masood.is-a.dev" + } +} From 6e060db55391732f091faa75ef4c2fe3667c98fc Mon Sep 17 00:00:00 2001 From: Matthias Bilger Date: Sat, 10 Oct 2020 14:32:28 +0200 Subject: [PATCH 16/31] Create m42e.json --- domains/m42e.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/m42e.json diff --git a/domains/m42e.json b/domains/m42e.json new file mode 100644 index 000000000..eae93cb4d --- /dev/null +++ b/domains/m42e.json @@ -0,0 +1,12 @@ +{ + "description": "m42e Homepage", + "repo": "https://github.com/m42e", + "owner": { + "username": "m42e", + "email": "matthias@bilger.info" + }, + "record": { + "CNAME": "bilger.info", + "URL": "https://m42e.is-a.dev" + } +} From 9d1c1ff3847e65306dc83895c688c96fd0d6e2f7 Mon Sep 17 00:00:00 2001 From: George S Aykara Date: Sat, 10 Oct 2020 19:37:45 +0530 Subject: [PATCH 17/31] Updated to URL redirection --- domains/george.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/george.json b/domains/george.json index faee02a19..366e408c6 100644 --- a/domains/george.json +++ b/domains/george.json @@ -6,7 +6,6 @@ "email": "aykarageorge@gmail.com" }, "record": { - "CNAME": "george.aykara4.com", - "URL": "https://george.is-a.dev" + "URL": "https://george.aykara4.com" } } From f22cbdb0d81412a109ad536a60927254a8ff1bbf Mon Sep 17 00:00:00 2001 From: Sharath Cherian Thomas Date: Mon, 12 Oct 2020 18:12:01 +0530 Subject: [PATCH 18/31] Update domains/sharath.json Co-authored-by: Akshay Nair --- domains/sharath.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sharath.json b/domains/sharath.json index 82abb788a..c85832d1a 100644 --- a/domains/sharath.json +++ b/domains/sharath.json @@ -6,7 +6,7 @@ "email": "sharathct22@gmail.com" }, "record": { - "CNAME":"http://34.67.228.107.xip.io" + "CNAME":"34.67.228.107.xip.io" "URL": "http://sharath.is-a.dev" } } From 1c29e2184c295a0e1916d24c25575497a4d49231 Mon Sep 17 00:00:00 2001 From: Sharath Cherian Thomas Date: Mon, 12 Oct 2020 18:50:59 +0530 Subject: [PATCH 19/31] Update sharath.json --- domains/sharath.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sharath.json b/domains/sharath.json index c85832d1a..90af294d9 100644 --- a/domains/sharath.json +++ b/domains/sharath.json @@ -6,7 +6,7 @@ "email": "sharathct22@gmail.com" }, "record": { - "CNAME":"34.67.228.107.xip.io" + "CNAME":"34.67.228.107" "URL": "http://sharath.is-a.dev" } } From b7a1a588821fdf5d7e4bfe44dad0efadf0def8e7 Mon Sep 17 00:00:00 2001 From: Sharath Cherian Thomas Date: Mon, 12 Oct 2020 18:53:03 +0530 Subject: [PATCH 20/31] Update sharath.json --- domains/sharath.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sharath.json b/domains/sharath.json index 90af294d9..8d1c5b2da 100644 --- a/domains/sharath.json +++ b/domains/sharath.json @@ -6,7 +6,7 @@ "email": "sharathct22@gmail.com" }, "record": { - "CNAME":"34.67.228.107" + "CNAME":"thesct22.github.io" "URL": "http://sharath.is-a.dev" } } From 2ca01b696aad37d9256a1922a17d475002f5a07a Mon Sep 17 00:00:00 2001 From: Sharath Cherian Thomas Date: Mon, 12 Oct 2020 18:53:14 +0530 Subject: [PATCH 21/31] Update sharath.json From 1ffbdee8022564dd9310999cabf7de709f33c6ce Mon Sep 17 00:00:00 2001 From: Sharath Cherian Thomas Date: Mon, 12 Oct 2020 18:56:23 +0530 Subject: [PATCH 22/31] Update sharath.json --- domains/sharath.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sharath.json b/domains/sharath.json index 8d1c5b2da..4119e4c5f 100644 --- a/domains/sharath.json +++ b/domains/sharath.json @@ -6,7 +6,7 @@ "email": "sharathct22@gmail.com" }, "record": { - "CNAME":"thesct22.github.io" + "CNAME": "34.67.228.107.xip.io" "URL": "http://sharath.is-a.dev" } } From d081a11a4e38847cc1f8196437cd329aa56ba348 Mon Sep 17 00:00:00 2001 From: Sharath Cherian Thomas Date: Mon, 12 Oct 2020 18:56:56 +0530 Subject: [PATCH 23/31] Update sharath.json --- domains/sharath.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sharath.json b/domains/sharath.json index 4119e4c5f..ff0999bac 100644 --- a/domains/sharath.json +++ b/domains/sharath.json @@ -6,7 +6,7 @@ "email": "sharathct22@gmail.com" }, "record": { - "CNAME": "34.67.228.107.xip.io" + "CNAME": "http://34.67.228.107.xip.io", "URL": "http://sharath.is-a.dev" } } From de614340d78a83df8c032de128024bbb8151ed80 Mon Sep 17 00:00:00 2001 From: Sharath Cherian Thomas Date: Mon, 12 Oct 2020 18:57:26 +0530 Subject: [PATCH 24/31] Update sharath.json --- domains/sharath.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sharath.json b/domains/sharath.json index ff0999bac..be4039e6d 100644 --- a/domains/sharath.json +++ b/domains/sharath.json @@ -6,7 +6,7 @@ "email": "sharathct22@gmail.com" }, "record": { - "CNAME": "http://34.67.228.107.xip.io", + "CNAME": "https://thesct22.github.io/", "URL": "http://sharath.is-a.dev" } } From c93ad187688d85ef0d9d9a14b65253d78f5a3594 Mon Sep 17 00:00:00 2001 From: Sailesh Dahal <43571990+saileshbro@users.noreply.github.com> Date: Mon, 12 Oct 2020 19:41:19 +0545 Subject: [PATCH 25/31] Update sailesh.json --- domains/sailesh.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/sailesh.json b/domains/sailesh.json index 65865984d..641f1d263 100644 --- a/domains/sailesh.json +++ b/domains/sailesh.json @@ -5,7 +5,6 @@ "email": "saileshbro@gmail.com" }, "record": { - "CNAME": "saileshbro.github.io", - "URL": "https://saileshbro.github.io/saileshbro/" + "CNAME": "saileshbro.github.io" } } From 9b21d327794c78c97e221dc1855e6c80b0127b72 Mon Sep 17 00:00:00 2001 From: George S Aykara Date: Mon, 12 Oct 2020 19:49:48 +0530 Subject: [PATCH 26/31] Updated to CNAME --- domains/george.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/george.json b/domains/george.json index 366e408c6..105a796bf 100644 --- a/domains/george.json +++ b/domains/george.json @@ -6,6 +6,7 @@ "email": "aykarageorge@gmail.com" }, "record": { + "CNAME": "george.aykara4.com", "URL": "https://george.aykara4.com" } } From c2fd4a7e332d38f51e3c488a216c45054cdcab50 Mon Sep 17 00:00:00 2001 From: Nishant Chaturvedi Date: Fri, 9 Oct 2020 23:06:53 +0200 Subject: [PATCH 27/31] Create nishant.json --- domains/nishant.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/nishant.json diff --git a/domains/nishant.json b/domains/nishant.json new file mode 100644 index 000000000..a6872e8d8 --- /dev/null +++ b/domains/nishant.json @@ -0,0 +1,11 @@ +{ + "description": "Nishant's website and blog", + "repo": "https://github.com/nishch/nishch.github.io", + "owner": { + "username": "nishch", + "email": "nishantchvedi@gmail.com" + }, + "record": { + "URL": "https://twistedsoft.com" + } +} From d1e443811d867be0f64964e39386cb6deb2e0ae0 Mon Sep 17 00:00:00 2001 From: Nishant Chaturvedi Date: Mon, 12 Oct 2020 20:27:28 +0200 Subject: [PATCH 28/31] update nishant.json --- domains/nishant.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/nishant.json b/domains/nishant.json index a6872e8d8..8c827c715 100644 --- a/domains/nishant.json +++ b/domains/nishant.json @@ -6,6 +6,7 @@ "email": "nishantchvedi@gmail.com" }, "record": { - "URL": "https://twistedsoft.com" + "CNAME": "twistedsoft.com", + "URL": "https://nishant.is-a.dev" } } From ceeb5098ef86f5492d23db73e9346f2b683532f1 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 13 Oct 2020 00:22:29 +0530 Subject: [PATCH 29/31] Update domains/sharath.json --- domains/sharath.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sharath.json b/domains/sharath.json index be4039e6d..67d1d4fbf 100644 --- a/domains/sharath.json +++ b/domains/sharath.json @@ -6,7 +6,7 @@ "email": "sharathct22@gmail.com" }, "record": { - "CNAME": "https://thesct22.github.io/", + "CNAME": "thesct22.github.io", "URL": "http://sharath.is-a.dev" } } From 2721971bd8fbed5be1a02cc4632c7cb5f36c0cab Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 13 Oct 2020 00:24:03 +0530 Subject: [PATCH 30/31] Update sharath.json --- domains/sharath.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sharath.json b/domains/sharath.json index 67d1d4fbf..c213eb826 100644 --- a/domains/sharath.json +++ b/domains/sharath.json @@ -1,5 +1,5 @@ { - "description": "Social media website project", + "description": "Social media website project.", "repo": "https://github.com/thesct22", "owner": { "username": "thesct22", From 575d71d74cfd7e45430a48893bf231213bfb828c Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 13 Oct 2020 00:26:10 +0530 Subject: [PATCH 31/31] Update domains/george.json --- domains/george.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/george.json b/domains/george.json index 105a796bf..5246589f1 100644 --- a/domains/george.json +++ b/domains/george.json @@ -6,7 +6,6 @@ "email": "aykarageorge@gmail.com" }, "record": { - "CNAME": "george.aykara4.com", - "URL": "https://george.aykara4.com" + "CNAME": "george.aykara4.com" } }