From 9292c6ee8162ddb4cea769f811fd42808714a5f0 Mon Sep 17 00:00:00 2001 From: Scoobis Trombone <108070070+turtletown73@users.noreply.github.com> Date: Thu, 9 May 2024 12:14:24 -0400 Subject: [PATCH 1/3] scoobis.is-a.dev Currently I only have the website setup for http, not https. --- domains/scoobis.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/scoobis.json diff --git a/domains/scoobis.json b/domains/scoobis.json new file mode 100644 index 000000000..dd34062b0 --- /dev/null +++ b/domains/scoobis.json @@ -0,0 +1,11 @@ +{ + "description": "scoobis website", + "repo": "https://github.com/turtletown73/http-server", + "owner": { + "username": "turtletown73", + "email": "wetturtle45@gmail.com" + }, + "record": { + "CNAME": "174.182.75.57" + } +} From 7187eea8babc858a68ca5504e4bc46d2342d5d00 Mon Sep 17 00:00:00 2001 From: Scoobis Trombone <108070070+turtletown73@users.noreply.github.com> Date: Thu, 9 May 2024 12:21:06 -0400 Subject: [PATCH 2/3] Update scoobis.json --- domains/scoobis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/scoobis.json b/domains/scoobis.json index dd34062b0..d3960b87b 100644 --- a/domains/scoobis.json +++ b/domains/scoobis.json @@ -6,6 +6,6 @@ "email": "wetturtle45@gmail.com" }, "record": { - "CNAME": "174.182.75.57" + "A": "174.182.75.57" } } From cb5dc23760d4c378ee05f874b3c714f0ad7b8ed4 Mon Sep 17 00:00:00 2001 From: Scoobis Trombone <108070070+turtletown73@users.noreply.github.com> Date: Fri, 10 May 2024 07:59:57 -0400 Subject: [PATCH 3/3] Update scoobis.json --- domains/scoobis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/scoobis.json b/domains/scoobis.json index d3960b87b..d07c18469 100644 --- a/domains/scoobis.json +++ b/domains/scoobis.json @@ -6,6 +6,6 @@ "email": "wetturtle45@gmail.com" }, "record": { - "A": "174.182.75.57" + "A": ["174.182.75.57"] } }