diff --git a/domains/auth.json b/domains/auth.json new file mode 100644 index 000000000..d66eca635 --- /dev/null +++ b/domains/auth.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "is-a-dev", + "email": "" + }, + + "record": { + "CNAME": "wdhdns.com" + } +} diff --git a/domains/deko.json b/domains/deko.json index 7f1fe005d..26ba21351 100644 --- a/domains/deko.json +++ b/domains/deko.json @@ -4,6 +4,8 @@ "email": "u8k50850@gmail.com" }, "record": { - "URL": "https://ukrioo.github.io" + "URL": "https://ukrioo.github.io", + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } } diff --git a/domains/kingluc.json b/domains/kingluc.json new file mode 100644 index 000000000..615ef86aa --- /dev/null +++ b/domains/kingluc.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "KingLuc12", + "email": "lucian.g.king+github@gmail.com" + }, + "record": { + "URL": "https://kingluc.my.id" + } +}