From cc3f063c17748cfd7a72c46fbf0d453fbca74acd Mon Sep 17 00:00:00 2001 From: Smartlinuxcoder Date: Fri, 18 Oct 2024 12:56:48 +0000 Subject: [PATCH 1/3] 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 2/3] 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 3/3] 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 +}