mirror of
https://github.com/partofmyid/register.git
synced 2026-06-05 18:46:50 +07:00
move domain files
This commit is contained in:
parent
550ca5228c
commit
68998df219
32 changed files with 91 additions and 7 deletions
12
domains/part-of.my.id/_discord.colin.nix
Normal file
12
domains/part-of.my.id/_discord.colin.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ dns, ... }: {
|
||||
metadata = {
|
||||
description = "Discord verification";
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "ColinLeDev";
|
||||
};
|
||||
};
|
||||
records = with dns.lib.combinators; {
|
||||
TXT = [ "dh=279643a6f8677dedb1c5c63d007fc4516149679c" ];
|
||||
};
|
||||
}
|
||||
13
domains/part-of.my.id/_discord.cutedog5695.nix
Normal file
13
domains/part-of.my.id/_discord.cutedog5695.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "CuteDog5695";
|
||||
email = "cutedog5695@gmail.com";
|
||||
repo = "https://github.com/CuteDog5695/cutedog5695.github.io";
|
||||
};
|
||||
};
|
||||
records = with dns.lib.combinators; {
|
||||
TXT = [ "dh=a7c19efb0f6bc38b97a33760f6c1ee84df4151b1" ];
|
||||
};
|
||||
}
|
||||
13
domains/part-of.my.id/_discord.justdeveloper.nix
Normal file
13
domains/part-of.my.id/_discord.justdeveloper.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "JustDeveloper1";
|
||||
email = "justdeveloper@juststudio.is-a.dev";
|
||||
repo = "https://github.com/JustDeveloper1/Website";
|
||||
};
|
||||
};
|
||||
records = with dns.lib.combinators; {
|
||||
TXT = [ "dh=6024027bc233825451e290ac37a4b4a1f838ee70" ];
|
||||
};
|
||||
}
|
||||
11
domains/part-of.my.id/_discord.nix
Normal file
11
domains/part-of.my.id/_discord.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "satr14washere";
|
||||
};
|
||||
};
|
||||
records = with dns.lib.combinators; {
|
||||
TXT = [ "dh=d509fc9014e196311ed887c2e410cdefa833436e" ];
|
||||
};
|
||||
}
|
||||
11
domains/part-of.my.id/_discord.roki.nix
Normal file
11
domains/part-of.my.id/_discord.roki.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ dns, ... }: {
|
||||
metadata = {
|
||||
owner = {
|
||||
username = "Roki100";
|
||||
discord = "289479495444987904";
|
||||
};
|
||||
};
|
||||
records = with dns.lib.combinators; {
|
||||
TXT = [ "dh=5633078cd5bfd347a896ddb0f0de017c5423aa06" ];
|
||||
};
|
||||
}
|
||||
11
domains/part-of.my.id/batman.nix
Normal file
11
domains/part-of.my.id/batman.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = true;
|
||||
owner = {
|
||||
username = "shadowe1ite";
|
||||
};
|
||||
};
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "shadowe1ite.github.io." ];
|
||||
};
|
||||
}
|
||||
12
domains/part-of.my.id/c.nix
Normal file
12
domains/part-of.my.id/c.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "orangci";
|
||||
email = "c@orangc.xyz";
|
||||
};
|
||||
};
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "edge.redirect.pizza." ];
|
||||
};
|
||||
}
|
||||
12
domains/part-of.my.id/colin.nix
Normal file
12
domains/part-of.my.id/colin.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ dns, ... }: {
|
||||
metadata = {
|
||||
description = "My personal portfolio hosted on my server";
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "ColinLeDev";
|
||||
};
|
||||
};
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "proxy.col1n.fr." ];
|
||||
};
|
||||
}
|
||||
13
domains/part-of.my.id/cutedog5695.nix
Normal file
13
domains/part-of.my.id/cutedog5695.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "CuteDog5695";
|
||||
email = "cutedog5695@gmail.com";
|
||||
repo = "https://github.com/CuteDog5695/cutedog5695.github.io";
|
||||
};
|
||||
};
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "edge.redirect.pizza." ];
|
||||
};
|
||||
}
|
||||
10
domains/part-of.my.id/elkaff.nix
Normal file
10
domains/part-of.my.id/elkaff.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ dns, ... }: {
|
||||
metadata = {
|
||||
owner = {
|
||||
username = "elkhaff";
|
||||
};
|
||||
};
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "portofolio-pixel.pages.dev." ];
|
||||
};
|
||||
}
|
||||
13
domains/part-of.my.id/j.nix
Normal file
13
domains/part-of.my.id/j.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "JustDeveloper1";
|
||||
email = "support@juststudio.is-a.dev";
|
||||
repo = "https://github.com/JustStudio7/Website";
|
||||
};
|
||||
};
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "edge.redirect.pizza." ];
|
||||
};
|
||||
}
|
||||
11
domains/part-of.my.id/jacob.nix
Normal file
11
domains/part-of.my.id/jacob.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "jacobrdale";
|
||||
};
|
||||
};
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "hexon404.onrender.com." ];
|
||||
};
|
||||
}
|
||||
13
domains/part-of.my.id/jd.nix
Normal file
13
domains/part-of.my.id/jd.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "JustDeveloper1";
|
||||
email = "justdeveloper@juststudio.is-a.dev";
|
||||
repo = "https://github.com/JustDeveloper1/Website";
|
||||
};
|
||||
};
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "edge.redirect.pizza." ];
|
||||
};
|
||||
}
|
||||
11
domains/part-of.my.id/job.nix
Normal file
11
domains/part-of.my.id/job.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "FWEEaaaa1";
|
||||
};
|
||||
};
|
||||
records = with dns.lib.combinators; {
|
||||
A = [ "128.204.223.115" ];
|
||||
};
|
||||
}
|
||||
19
domains/part-of.my.id/joel.nix
Normal file
19
domains/part-of.my.id/joel.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "joestr";
|
||||
email = "strasser999@gmail.com";
|
||||
};
|
||||
};
|
||||
records = with dns.lib.combinators; {
|
||||
A = [ "142.132.173.34" ];
|
||||
AAAA = [ "2a01:4f8:1c0c:6cc0::1" ];
|
||||
MX = [
|
||||
{
|
||||
preference = 10;
|
||||
exchange = "achlys.infra.joestr.at.";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
13
domains/part-of.my.id/js.nix
Normal file
13
domains/part-of.my.id/js.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "JustDeveloper1";
|
||||
email = "support@juststudio.is-a.dev";
|
||||
repo = "https://github.com/JustStudio7/Website";
|
||||
};
|
||||
};
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "edge.redirect.pizza." ];
|
||||
};
|
||||
}
|
||||
13
domains/part-of.my.id/just.nix
Normal file
13
domains/part-of.my.id/just.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "JustDeveloper1";
|
||||
email = "justdeveloper@juststudio.is-a.dev";
|
||||
repo = "https://github.com/JustDeveloper1/Website";
|
||||
};
|
||||
};
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "edge.redirect.pizza." ];
|
||||
};
|
||||
}
|
||||
13
domains/part-of.my.id/justdev.nix
Normal file
13
domains/part-of.my.id/justdev.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "JustDeveloper1";
|
||||
email = "justdeveloper@juststudio.is-a.dev";
|
||||
repo = "https://github.com/JustDeveloper1/Website";
|
||||
};
|
||||
};
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "edge.redirect.pizza." ];
|
||||
};
|
||||
}
|
||||
13
domains/part-of.my.id/justdeveloper.nix
Normal file
13
domains/part-of.my.id/justdeveloper.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "JustDeveloper1";
|
||||
email = "justdeveloper@juststudio.is-a.dev";
|
||||
repo = "https://github.com/JustDeveloper1/Website";
|
||||
};
|
||||
};
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "edge.redirect.pizza." ];
|
||||
};
|
||||
}
|
||||
13
domains/part-of.my.id/juststudio.nix
Normal file
13
domains/part-of.my.id/juststudio.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "JustDeveloper1";
|
||||
email = "support@juststudio.is-a.dev";
|
||||
repo = "https://github.com/JustStudio7/Website";
|
||||
};
|
||||
};
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "edge.redirect.pizza." ];
|
||||
};
|
||||
}
|
||||
11
domains/part-of.my.id/katz.nix
Normal file
11
domains/part-of.my.id/katz.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "Bananalolok";
|
||||
};
|
||||
};
|
||||
records = with dns.lib.combinators; {
|
||||
A = [ "69.197.135.205" ];
|
||||
};
|
||||
}
|
||||
12
domains/part-of.my.id/no-one-is.nix
Normal file
12
domains/part-of.my.id/no-one-is.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "EducatedSuddenBucket";
|
||||
email = "me@esb.is-a.dev";
|
||||
};
|
||||
};
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "educatedsuddenbucket-github-io.onrender.com." ];
|
||||
};
|
||||
}
|
||||
11
domains/part-of.my.id/pxl.nix
Normal file
11
domains/part-of.my.id/pxl.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "heypxl";
|
||||
};
|
||||
};
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "heypxl.github.io." ];
|
||||
};
|
||||
}
|
||||
11
domains/part-of.my.id/rchessauth.nix
Normal file
11
domains/part-of.my.id/rchessauth.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "vortexprime24";
|
||||
};
|
||||
};
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "fire.hackclub.app." ];
|
||||
};
|
||||
}
|
||||
12
domains/part-of.my.id/roki.nix
Normal file
12
domains/part-of.my.id/roki.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "Roki100";
|
||||
discord = "289479495444987904";
|
||||
};
|
||||
};
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "edge.redirect.pizza." ];
|
||||
};
|
||||
}
|
||||
10
domains/part-of.my.id/satr14.nix
Normal file
10
domains/part-of.my.id/satr14.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ dns, ... }: {
|
||||
metadata = {
|
||||
owner = {
|
||||
username = "satr14washere";
|
||||
};
|
||||
};
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "5th-site.pages.dev." ];
|
||||
};
|
||||
}
|
||||
12
domains/part-of.my.id/stef.nix
Normal file
12
domains/part-of.my.id/stef.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "Stef-00012";
|
||||
email = "admin@stefdp.lol";
|
||||
};
|
||||
};
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "proxy.stefdp.lol." ];
|
||||
};
|
||||
}
|
||||
13
domains/part-of.my.id/ukriu.nix
Normal file
13
domains/part-of.my.id/ukriu.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ dns, ... }: {
|
||||
metadata = {
|
||||
description = "my website";
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "ukriu";
|
||||
email = "partofmyid@ukriu.com";
|
||||
};
|
||||
};
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "ukriu.pages.dev." ];
|
||||
};
|
||||
}
|
||||
12
domains/part-of.my.id/you-are.nix
Normal file
12
domains/part-of.my.id/you-are.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "Stef-00012";
|
||||
email = "admin@stefdp.com";
|
||||
};
|
||||
};
|
||||
records = with dns.lib.combinators; {
|
||||
CNAME = [ "proxy.stefdp.com." ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue