Update file dns.nix
This commit is contained in:
parent
7ed840e204
commit
40f33f28aa
1 changed files with 16 additions and 11 deletions
|
@ -41,17 +41,22 @@
|
||||||
r_type = "CNAME";
|
r_type = "CNAME";
|
||||||
value = "optimus-reborn";
|
value = "optimus-reborn";
|
||||||
}
|
}
|
||||||
#{
|
{
|
||||||
# record = "bumblebee";
|
record = "bumblebee";
|
||||||
# r_type = "A";
|
r_type = "A";
|
||||||
# value = "193.1.99.91";
|
value = "193.1.99.91";
|
||||||
# server = true;
|
server = true;
|
||||||
#}
|
}
|
||||||
#{
|
{
|
||||||
# record = "testing";
|
record = "minecraft.compsoc.games";
|
||||||
# r_type = "CNAME";
|
r_type = "CNAME";
|
||||||
# value = "bumblebee";
|
value = "bumblebee";
|
||||||
#}
|
}
|
||||||
|
{
|
||||||
|
record = "_minecraft._tcp.minecraft.compsoc.games";
|
||||||
|
r_type = "SRV";
|
||||||
|
value = "0 10 25518 bumblebee.skynet.ie";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue