From e62f2a1839638b16806a9c2a99ee64277bbc5967 Mon Sep 17 00:00:00 2001 From: ImSoZRious <30285202+ImSoZRious@users.noreply.github.com> Date: Wed, 3 Jan 2024 03:55:26 +0700 Subject: [PATCH] Update update.mjs --- update.mjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update.mjs b/update.mjs index de3c441..01e798f 100644 --- a/update.mjs +++ b/update.mjs @@ -5,6 +5,8 @@ const config = [ // isd infrastructure ['grafana.isd.sgcu.in.th', 'A', '157.230.44.126'], ['grafana.isd.sgcu.in.th', 'AAAA', '2400:6180:0:d0::1103:d001'], + ['uptime.isd.sgcu.in.th', 'A', '157.230.44.126'], + ['uptime.isd.sgcu.in.th', 'AAAA', '2400:6180:0:d0::1103:d001'], ['argo.isd.sgcu.in.th', 'A', '157.230.44.126'], ['argo.isd.sgcu.in.th', 'AAAA', '2400:6180:0:d0::1103:d001'], ['traefik.isd.sgcu.in.th', 'A', '157.230.44.126'],