Add kinkcraft Minecraft server
Some checks failed
CI / Check, build and cache nixfiles (push) Failing after 30m20s

This commit is contained in:
2025-05-29 20:51:56 +01:00
parent c8bd63ec3e
commit 0dc474887f
5 changed files with 56 additions and 0 deletions

View File

@@ -204,6 +204,10 @@ rec {
port = 25567;
dst = aa.kevcraft-oci.internal.ipv4.address;
}
{
port = 25568;
dst = aa.kinkcraft-oci.internal.ipv4.address;
}
# RCON... unsafe?
# {
@@ -236,6 +240,12 @@ rec {
{
port = 25567;
dst = aa.kevcraft-oci.internal.ipv4.address;
proto = "udp";
}
{
port = 25568;
dst = aa.kinkcraft-oci.internal.ipv4.address;
proto = "udp";
}
{