From ade6e01783b27d6a8f9db66b3ea336a0dae3b15f Mon Sep 17 00:00:00 2001 From: Mac <130684812+itsmaclol@users.noreply.github.com> Date: Wed, 10 May 2023 18:06:06 +0200 Subject: [PATCH] feat(domain): add `mac.is-a.dev` --- domains/mac.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/mac.json diff --git a/domains/mac.json b/domains/mac.json new file mode 100644 index 000000000..81ed37858 --- /dev/null +++ b/domains/mac.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "itsmaclol", + "email": "itsmaclol69@gmail.com" + }, + + "record": { + "A": ["34.175.225.165"] + } +}