From 0f5ed8e65f470cf4ff8a51f345f02fbb29b4b612 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sat, 8 Jan 2022 19:15:36 +0100 Subject: [PATCH] ignore wildcard record due to he's policies --- dnsconfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsconfig.js b/dnsconfig.js index 047fc00..e892510 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -11,7 +11,7 @@ D("kmlabz.com", REG_MONITOR, A('@', '152.66.211.211'), A('koppak8s', '52.157.229.146'), AAAA('@', '2001:738:2001:207f:0:211:211:15'), - CNAME('*.k8s', 'zelenka.tormakristof.eu.'), + IGNORE_NAME("\\*.k8s"), CNAME('3682008', 'sendgrid.net.'), CNAME('5gcampus', 'ghs.googlehosted.com.'), CNAME('api.eschool', 'koppak8s.kmlabz.com.'),