diff --git a/domains/cdn.badboy.json b/domains/cdn.badboy.json index 7ec332465..eeed68a07 100644 --- a/domains/cdn.badboy.json +++ b/domains/cdn.badboy.json @@ -6,6 +6,6 @@ "email": "contact@mail.badboy.is-a.dev" }, "record": { - "CNAME": "a322b85b-dae2-4ae1-87b4-4d75db26c7e5.id.repl.co" + "CNAME": "bad-boy-codes.github.io" } } diff --git a/domains/daniel4-dev.json b/domains/daniel4-dev.json index d9a6e6ad6..cde7863e7 100644 --- a/domains/daniel4-dev.json +++ b/domains/daniel4-dev.json @@ -5,6 +5,8 @@ "email": "llama552621@gmail.com" }, "record": { - "CNAME": "daniel4-scratch.gamejolt.io" + "A": [ + "52.54.56.45" + ] } } diff --git a/domains/mail.boolean44.json b/domains/mail.boolean44.json index ecc36d275..2a1b53d1d 100644 --- a/domains/mail.boolean44.json +++ b/domains/mail.boolean44.json @@ -6,6 +6,7 @@ }, "record": { "MX": ["mx1.improvmx.com.", "mx2.improvmx.com."], - "A": ["10.0.0.1"] + "A": ["10.0.0.1"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/pirate-project.json b/domains/pirate-project.json new file mode 100644 index 000000000..85711ef02 --- /dev/null +++ b/domains/pirate-project.json @@ -0,0 +1,12 @@ +{ + "description": "Pirate-Teams server", + "owner": { + "username": "StalkerMeyr", + "email": "andchit223@gmail.com" + }, + "record": { + "A": [ + "185.87.50.120" + ] + } +}