From 681f58025c5ede6fce935436c202f4bf81cbf6fb Mon Sep 17 00:00:00 2001 From: shockbs <77534483+shockbs@users.noreply.github.com> Date: Fri, 18 Oct 2024 20:12:31 +0800 Subject: [PATCH 1/5] Update private.shockbs.json --- domains/private.shockbs.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/private.shockbs.json b/domains/private.shockbs.json index 5e340877f..3f6947a7b 100644 --- a/domains/private.shockbs.json +++ b/domains/private.shockbs.json @@ -5,6 +5,5 @@ }, "record": { "CNAME": "shockbs-private.netlify.app" - }, - "proxied": true + } } From c51bfd91762926759eb7c6c30128aec78e80c440 Mon Sep 17 00:00:00 2001 From: shockbs <77534483+shockbs@users.noreply.github.com> Date: Fri, 18 Oct 2024 20:16:40 +0800 Subject: [PATCH 2/5] Update api.shockbs.json --- domains/api.shockbs.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/api.shockbs.json b/domains/api.shockbs.json index 6e8e37bbb..d7029f533 100644 --- a/domains/api.shockbs.json +++ b/domains/api.shockbs.json @@ -5,6 +5,5 @@ }, "record": { "A": ["69.30.249.53"] - }, - "proxied": true + } } From cc3f063c17748cfd7a72c46fbf0d453fbca74acd Mon Sep 17 00:00:00 2001 From: Smartlinuxcoder Date: Fri, 18 Oct 2024 12:56:48 +0000 Subject: [PATCH 3/5] Register NS records on smart.is-a.dev --- domains/smart.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/smart.json diff --git a/domains/smart.json b/domains/smart.json new file mode 100644 index 000000000..4d38594c4 --- /dev/null +++ b/domains/smart.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "Smartlinuxcoder", + "email": "smartcoder@linuxmail.org", + "discord": "694986201739952229" + }, + "record": { + "MX": [ + "plato.ns.cloudflare.com", + "princess.ns.cloudflare.com" + ] + } +} \ No newline at end of file From 19c1fe55ffedc780ad7f7e850fe33cd9ba629133 Mon Sep 17 00:00:00 2001 From: Smartlinuxcoder Date: Fri, 18 Oct 2024 15:20:11 +0200 Subject: [PATCH 4/5] update dumbcoder.json Tip for future me: get glasses Co-authored-by: William Harrison --- domains/smart.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/smart.json b/domains/smart.json index 4d38594c4..8185926ab 100644 --- a/domains/smart.json +++ b/domains/smart.json @@ -5,7 +5,7 @@ "discord": "694986201739952229" }, "record": { - "MX": [ + "NS": [ "plato.ns.cloudflare.com", "princess.ns.cloudflare.com" ] From a99fd61a9aee32900704b8642eb369cef432aa34 Mon Sep 17 00:00:00 2001 From: Stef_DP Date: Fri, 18 Oct 2024 15:27:35 +0200 Subject: [PATCH 5/5] bro asked to set those as NS --- domains/smart.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/smart.json b/domains/smart.json index 8185926ab..75e5d0b8d 100644 --- a/domains/smart.json +++ b/domains/smart.json @@ -6,8 +6,8 @@ }, "record": { "NS": [ - "plato.ns.cloudflare.com", - "princess.ns.cloudflare.com" + "ignacio.ns.cloudflare.com", + "nicole.ns.cloudflare.com" ] } -} \ No newline at end of file +}