Update file dns.nix
This commit is contained in:
parent
40f33f28aa
commit
8d94f0c965
1 changed files with 2 additions and 2 deletions
|
@ -53,9 +53,9 @@
|
|||
value = "bumblebee";
|
||||
}
|
||||
{
|
||||
record = "_minecraft._tcp.minecraft.compsoc.games";
|
||||
record = "_minecraft._tcp";
|
||||
r_type = "SRV";
|
||||
value = "0 10 25518 bumblebee.skynet.ie";
|
||||
value = "0 10 25518 minecraft.compsoc.games.skynet.ie";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue