From 4a868dddf35cc473a9e3d3f39b945938671254ce Mon Sep 17 00:00:00 2001 From: vxclutch Date: Wed, 24 Jun 2026 20:57:52 -0400 Subject: [PATCH] update ip --- www/index.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.lua b/www/index.lua index a36c90d..6df80fd 100644 --- a/www/index.lua +++ b/www/index.lua @@ -12,7 +12,7 @@ site:note(std.a("/archive/active/" .. (u.ls("archive/active")[1] or "unknown"), site:note(u.cc { std.h2("Server status"), - std.p(std.strong("IP: ") .. "vxserver.dev"), + std.p(std.strong("IP: ") .. "mc.vxserver.dev"), std.p(u.run("/home/minecraft/mc-tool/mc-tool status $(cat /home/minecraft/active)")), })