diff --git a/domains/raspi.json b/domains/raspi.json new file mode 100644 index 000000000..77e9a9829 --- /dev/null +++ b/domains/raspi.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Raspi-dude", + "email": "musashibeckman@outlook.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file