From 243331b0266b213f2f3f6530a829980e18fdce49 Mon Sep 17 00:00:00 2001 From: Amir-Lotfi <32633447+Amir-Lotfi@users.noreply.github.com> Date: Sat, 1 Apr 2023 20:36:51 +0330 Subject: [PATCH] feat(domain): add `graphql.is-a.dev` --- domains/graphql.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/graphql.json diff --git a/domains/graphql.json b/domains/graphql.json new file mode 100644 index 000000000..f42ba013e --- /dev/null +++ b/domains/graphql.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Amir-Lotfi", + "email": "amir79976@gmail.com" + }, + + "record": { + "A": ["5.196.130.53"] + } +}