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",
|
"Karakeep@karakeep",
|
||||||
"Matrix / Client@chat",
|
"Matrix / Client@chat",
|
||||||
"Matrix / Server@matrix",
|
"Matrix / Server@matrix",
|
||||||
"Minecraft@mc",
|
"Minecraft > Frantic@frantic.mc",
|
||||||
|
"Minecraft > The Furry Cult@thefurrycult.mc",
|
||||||
"Ntfy@ntfy",
|
"Ntfy@ntfy",
|
||||||
"OpenWebUI@ai",
|
"OpenWebUI@ai",
|
||||||
"Pocket ID@id",
|
"Pocket ID@id",
|
||||||
@@ -109,6 +110,15 @@ cnames("achl.fr", rexbox, [
|
|||||||
"Matrix / Server@matrix",
|
"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
|
RexCloud Services
|
||||||
\* -------------------------------------------------------------------------- */
|
\* -------------------------------------------------------------------------- */
|
||||||
|
|||||||
6
flake.lock
generated
6
flake.lock
generated
@@ -20,11 +20,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1773122722,
|
"lastModified": 1773821835,
|
||||||
"narHash": "sha256-FIqHByVqxCprNjor1NqF80F2QQoiiyqanNNefdlvOg4=",
|
"narHash": "sha256-TJ3lSQtW0E2JrznGVm8hOQGVpXjJyXY2guAxku2O9A4=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "62dc67aa6a52b4364dd75994ec00b51fbf474e50",
|
"rev": "b40629efe5d6ec48dd1efba650c797ddbd39ace0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
2
types-dnscontrol.d.ts
vendored
2
types-dnscontrol.d.ts
vendored
@@ -1,7 +1,7 @@
|
|||||||
// This file was automatically generated by DNSControl. Do not edit it directly.
|
// This file was automatically generated by DNSControl. Do not edit it directly.
|
||||||
// To update it, run `dnscontrol write-types`.
|
// To update it, run `dnscontrol write-types`.
|
||||||
|
|
||||||
// 4.35.0
|
// 4.36.1
|
||||||
// WARNING: These type definitions are experimental and subject to change in future releases.
|
// WARNING: These type definitions are experimental and subject to change in future releases.
|
||||||
|
|
||||||
interface Domain {
|
interface Domain {
|
||||||
|
|||||||
Reference in New Issue
Block a user