feat(minecraft): add Frantic and The Furry Cult server DNS entries
Replace single Minecraft CNAME with two named subdomains and add corresponding SRV records for both servers under arirex.me.
This commit is contained in:
12
dnsconfig.js
12
dnsconfig.js
@@ -96,7 +96,8 @@ cnames("arirex.me", rexbox, [
|
||||
"Karakeep@karakeep",
|
||||
"Matrix / Client@chat",
|
||||
"Matrix / Server@matrix",
|
||||
"Minecraft@mc",
|
||||
"Minecraft > Frantic@frantic.mc",
|
||||
"Minecraft > The Furry Cult@thefurrycult.mc",
|
||||
"Ntfy@ntfy",
|
||||
"OpenWebUI@ai",
|
||||
"Pocket ID@id",
|
||||
@@ -109,6 +110,15 @@ cnames("achl.fr", rexbox, [
|
||||
"Matrix / Server@matrix",
|
||||
]);
|
||||
|
||||
D_EXTEND("arirex.me",
|
||||
SRV("_minecraft._tcp.frantic.mc", 0, 0, 63548, "frantic.mc.arirex.me."),
|
||||
SRV("_minecraft._udp.frantic.mc", 0, 0, 63548, "frantic.mc.arirex.me."),
|
||||
|
||||
SRV("_minecraft._tcp.thefurrycult.mc", 0, 0, 54924, "thefurrycult.mc.arirex.me."),
|
||||
SRV("_minecraft._udp.thefurrycult.mc", 0, 0, 54924, "thefurrycult.mc.arirex.me."),
|
||||
);
|
||||
|
||||
|
||||
/* -------------------------------------------------------------------------- *\
|
||||
RexCloud Services
|
||||
\* -------------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user