fmt: formatting
All checks were successful
Build_Deploy / linter (push) Successful in 15s
Build_Deploy / build (push) Successful in 25s
Build_Deploy / deploy_dns (push) Successful in 1m4s
Build_Deploy / deploy_active (active) (push) Successful in 1m20s
Build_Deploy / deploy_active (active-core) (push) Successful in 1m54s
Build_Deploy / deploy_active (active-ext) (push) Successful in 35s
All checks were successful
Build_Deploy / linter (push) Successful in 15s
Build_Deploy / build (push) Successful in 25s
Build_Deploy / deploy_dns (push) Successful in 1m4s
Build_Deploy / deploy_active (active) (push) Successful in 1m20s
Build_Deploy / deploy_active (active-core) (push) Successful in 1m54s
Build_Deploy / deploy_active (active-ext) (push) Successful in 35s
This commit is contained in:
parent
8334e2be70
commit
d7e60b92b4
2 changed files with 2 additions and 69 deletions
|
@ -32,73 +32,6 @@
|
||||||
value = "193.1.99.114";
|
value = "193.1.99.114";
|
||||||
server = true;
|
server = true;
|
||||||
}
|
}
|
||||||
# {
|
|
||||||
# record = "optimus";
|
|
||||||
# r_type = "A";
|
|
||||||
# value = "193.1.99.90";
|
|
||||||
# server = true;
|
|
||||||
# }
|
|
||||||
# {
|
|
||||||
# record = "panel.games";
|
|
||||||
# r_type = "CNAME";
|
|
||||||
# value = "optimus";
|
|
||||||
# }
|
|
||||||
# {
|
|
||||||
# record = "bumblebee";
|
|
||||||
# r_type = "A";
|
|
||||||
# value = "193.1.99.91";
|
|
||||||
# server = true;
|
|
||||||
# }
|
|
||||||
{
|
|
||||||
record = "minecraft.compsoc.games";
|
|
||||||
r_type = "CNAME";
|
|
||||||
value = "bumblebee";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
record = "_minecraft._tcp.minecraft.compsoc.games.skynet.ie.";
|
|
||||||
r_type = "SRV";
|
|
||||||
value = "0 10 25518 bumblebee.skynet.ie.";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
record = "minecraft-classic.compsoc.games";
|
|
||||||
r_type = "CNAME";
|
|
||||||
value = "bumblebee";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
record = "_minecraft._tcp.minecraft-classic.compsoc.games.skynet.ie.";
|
|
||||||
r_type = "SRV";
|
|
||||||
value = "0 10 25518 bumblebee.skynet.ie.";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
record = "minecraft.gsoc.games";
|
|
||||||
r_type = "CNAME";
|
|
||||||
value = "bumblebee";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
record = "_minecraft._tcp.minecraft.gsoc.games.skynet.ie.";
|
|
||||||
r_type = "SRV";
|
|
||||||
value = "0 10 25521 bumblebee.skynet.ie.";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
record = "minecraft.phildeb.games";
|
|
||||||
r_type = "CNAME";
|
|
||||||
value = "bumblebee";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
record = "_minecraft._tcp.minecraft.phildeb.games.skynet.ie.";
|
|
||||||
r_type = "SRV";
|
|
||||||
value = "0 10 25522 bumblebee.skynet.ie.";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
record = "minecraft-aged.compsoc.games";
|
|
||||||
r_type = "CNAME";
|
|
||||||
value = "bumblebee";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
record = "_minecraft._tcp.minecraft-aged.compsoc.games.skynet.ie.";
|
|
||||||
r_type = "SRV";
|
|
||||||
value = "0 10 25519 bumblebee.skynet.ie.";
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
# non skynet domains
|
# non skynet domains
|
||||||
++ [
|
++ [
|
||||||
|
|
|
@ -152,8 +152,8 @@
|
||||||
# games server - panel
|
# games server - panel
|
||||||
optimus = import ./machines/optimus.nix;
|
optimus = import ./machines/optimus.nix;
|
||||||
|
|
||||||
# games server - host
|
# games server - host
|
||||||
bumblebee = import ./machines/bumblebee.nix;
|
bumblebee = import ./machines/bumblebee.nix;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue