From eb00b472fcbd7794caef99dcad1e53034c3a11e6 Mon Sep 17 00:00:00 2001 From: 20GN Date: Thu, 4 Jan 2024 15:24:44 +0000 Subject: [PATCH] feat(domain): 20gn.is-a.dev --- domains/20gn.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/20gn.json diff --git a/domains/20gn.json b/domains/20gn.json new file mode 100644 index 000000000..2e996496d --- /dev/null +++ b/domains/20gn.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "20GN", + "email": "da20gn@outlook.com" + }, + "record": { + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + } +} \ No newline at end of file