From 86670ef28e27b14cc0ce1ed02cbab6523e3d7644 Mon Sep 17 00:00:00 2001 From: CihatKsm Date: Wed, 13 Sep 2023 16:20:12 +0300 Subject: [PATCH 1/2] feat(domain): ctk.is-a.dev --- domains/ctk.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/ctk.json diff --git a/domains/ctk.json b/domains/ctk.json new file mode 100644 index 000000000..970f8b2f3 --- /dev/null +++ b/domains/ctk.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "CihatKsm", + "email": "ctk.cihatksm@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 479fbdb0b6a9864a306295f843c5a31f79584a89 Mon Sep 17 00:00:00 2001 From: CihatKsm Date: Wed, 13 Sep 2023 16:21:12 +0300 Subject: [PATCH 2/2] feat(domain): cihatksm.is-a.dev --- domains/cihatksm.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/cihatksm.json diff --git a/domains/cihatksm.json b/domains/cihatksm.json new file mode 100644 index 000000000..f5b6ce838 --- /dev/null +++ b/domains/cihatksm.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "CihatKsm", + "email": "ctk.cihatksm@gmail.com" + }, + "record": { + "CNAME": "cihatksm.com" + } +}