From b9ba82b9de6cead6897b3c501e347a710d4645c3 Mon Sep 17 00:00:00 2001 From: pyro <88018128+pyroisgamer@users.noreply.github.com> Date: Fri, 3 Sep 2021 14:45:20 -0500 Subject: [PATCH 1/3] Create pyro.json --- domains/pyro.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 domains/pyro.json diff --git a/domains/pyro.json b/domains/pyro.json new file mode 100644 index 000000000..f03c1ed28 --- /dev/null +++ b/domains/pyro.json @@ -0,0 +1,16 @@ +{ + "description": "pyro's portfolio", + "repo": "https://github.com/pyroisgamer.github.io", + "owner": { + "username": "pyroisgamer", + "email": "pyroisgamer@outlook.com" + }, + "record": { + "CNAME": "pyroisgamer.github.io", + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + } +} From 8b41134a2d2bf24bbb6e5117b4598b2d6ad1ce12 Mon Sep 17 00:00:00 2001 From: pyro <88018128+pyroisgamer@users.noreply.github.com> Date: Fri, 3 Sep 2021 14:46:32 -0500 Subject: [PATCH 2/3] Update pyro.json --- domains/pyro.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/domains/pyro.json b/domains/pyro.json index f03c1ed28..e223d86da 100644 --- a/domains/pyro.json +++ b/domains/pyro.json @@ -6,11 +6,5 @@ "email": "pyroisgamer@outlook.com" }, "record": { - "CNAME": "pyroisgamer.github.io", - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - } + "CNAME": "pyroisgamer.github.io" } From 73dc8aebc77b755ae8d354208643a7574685795c Mon Sep 17 00:00:00 2001 From: Hackermon <60828015+hackermondev@users.noreply.github.com> Date: Fri, 3 Sep 2021 21:03:07 -0400 Subject: [PATCH 3/3] fix json --- domains/pyro.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/pyro.json b/domains/pyro.json index e223d86da..194a0fb34 100644 --- a/domains/pyro.json +++ b/domains/pyro.json @@ -7,4 +7,5 @@ }, "record": { "CNAME": "pyroisgamer.github.io" + } }