From 764367eee6495d2c68f7fccf60589b741ce89093 Mon Sep 17 00:00:00 2001 From: YajTPG <51419431+YajTPG@users.noreply.github.com> Date: Sun, 25 Oct 2020 01:13:10 +0530 Subject: [PATCH 1/4] Create yajtpg.json --- domains/yajtpg.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/yajtpg.json diff --git a/domains/yajtpg.json b/domains/yajtpg.json new file mode 100644 index 000000000..087aa7d3d --- /dev/null +++ b/domains/yajtpg.json @@ -0,0 +1,14 @@ +{ + "description": "YajTPG's website", + "repo": "https://github.com/YajTPG", + "owner": { + "username": "YajTPG", + "email": "yajtpg@gmail.com" + }, + "record": { + "CNAME": "ns101.cloudns.net", + "CNAME": "ns102.cloudns.net", + "CNAME": "ns103.cloudns.net", + "CNAME": "ns104.cloudns.net" + } +} From db66ba289789da742f609d367d4de78e8959aaca Mon Sep 17 00:00:00 2001 From: YajTPG <51419431+YajTPG@users.noreply.github.com> Date: Mon, 26 Oct 2020 14:36:58 +0530 Subject: [PATCH 2/4] Update yajtpg.json --- domains/yajtpg.json | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/domains/yajtpg.json b/domains/yajtpg.json index 087aa7d3d..6528252be 100644 --- a/domains/yajtpg.json +++ b/domains/yajtpg.json @@ -1,14 +1,16 @@ { - "description": "YajTPG's website", - "repo": "https://github.com/YajTPG", - "owner": { - "username": "YajTPG", - "email": "yajtpg@gmail.com" - }, - "record": { - "CNAME": "ns101.cloudns.net", - "CNAME": "ns102.cloudns.net", - "CNAME": "ns103.cloudns.net", - "CNAME": "ns104.cloudns.net" - } + "description":"YajTPG's website", + "repo":"https://github.com/YajTPG", + "owner":{ + "username":"YajTPG", + "email":"yajtpg@gmail.com" + }, + "record":{ + "CNAME":[ + "ns101.cloudns.net", + "ns102.cloudns.net", + "ns103.cloudns.net", + "ns104.cloudns.net" + ] + } } From 933300d96f529422d6bc4da7a2511b4419b52271 Mon Sep 17 00:00:00 2001 From: YajTPG <51419431+YajTPG@users.noreply.github.com> Date: Mon, 26 Oct 2020 14:44:33 +0530 Subject: [PATCH 3/4] Update yajtpg.json --- domains/yajtpg.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/domains/yajtpg.json b/domains/yajtpg.json index 6528252be..70f56253b 100644 --- a/domains/yajtpg.json +++ b/domains/yajtpg.json @@ -6,11 +6,9 @@ "email":"yajtpg@gmail.com" }, "record":{ - "CNAME":[ - "ns101.cloudns.net", - "ns102.cloudns.net", - "ns103.cloudns.net", - "ns104.cloudns.net" - ] + "CNAME":"ns101.cloudns.net", + "CNAME":"ns102.cloudns.net", + "CNAME":"ns103.cloudns.net", + "CNAME":"ns104.cloudns.net" } } From 29fea6e0004b3b123e1095a19945de1fda33b7ef Mon Sep 17 00:00:00 2001 From: YajTPG <51419431+YajTPG@users.noreply.github.com> Date: Tue, 27 Oct 2020 06:49:03 +0530 Subject: [PATCH 4/4] Update yajtpg.json --- domains/yajtpg.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/domains/yajtpg.json b/domains/yajtpg.json index 70f56253b..026f414ea 100644 --- a/domains/yajtpg.json +++ b/domains/yajtpg.json @@ -6,9 +6,11 @@ "email":"yajtpg@gmail.com" }, "record":{ - "CNAME":"ns101.cloudns.net", - "CNAME":"ns102.cloudns.net", - "CNAME":"ns103.cloudns.net", - "CNAME":"ns104.cloudns.net" + "A":[ + "85.159.233.158", + "108.59.1.30", + "217.182.183.225", + "185.206.180.169" + ] } }