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" } - } + ] } }