From 017e42c7856d3d0f7daaff04b964dce497c3d538 Mon Sep 17 00:00:00 2001 From: tr1x_em Date: Tue, 26 Nov 2024 15:13:04 +0530 Subject: [PATCH] Create keybinds.json --- domains/keybinds.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 domains/keybinds.json diff --git a/domains/keybinds.json b/domains/keybinds.json new file mode 100644 index 000000000..b9512c5cd --- /dev/null +++ b/domains/keybinds.json @@ -0,0 +1,18 @@ +{ + "owner": { + "username": "tr1xem", + "email": "admin@trix.is-a.dev" + }, + "record": { + "A": [ + "185.199.110.153", + "185.199.109.153", + "185.199.111.153", + "185.199.108.153" + ], + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ] + } +}