From 5dfac5e19d23738d2c6f521bcd7847456594973f Mon Sep 17 00:00:00 2001 From: shockbs Date: Tue, 9 Jan 2024 00:05:41 +0800 Subject: [PATCH] feat(domain): shock.is-a.dev --- domains/shock.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/shock.json diff --git a/domains/shock.json b/domains/shock.json new file mode 100644 index 000000000..4f99137c2 --- /dev/null +++ b/domains/shock.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "shockbs", + "email": "apipherng@gmail.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