From a009d96912616acd442c13bcb5be7d69e22a1ab3 Mon Sep 17 00:00:00 2001 From: notanicepenguin <140866456+notanicepenguin@users.noreply.github.com> Date: Wed, 23 Apr 2025 09:02:07 +0300 Subject: [PATCH] Update mc.notanicepenguin.json --- domains/mc.notanicepenguin.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/domains/mc.notanicepenguin.json b/domains/mc.notanicepenguin.json index a6205fb7a..95d7fd3e3 100644 --- a/domains/mc.notanicepenguin.json +++ b/domains/mc.notanicepenguin.json @@ -1,13 +1,16 @@ { + "description": "Its to make a minecraft server.", "owner": { "username": "notanicepenguin" }, "record": { - "SRV": { - "_minecraft._tcp": { + "SRV": [ + { + "priority": 10, + "weight": 5, "port": 26009, "target": "notanicepenguin.aternos.me" } - } + ] } }