change schema final

This commit is contained in:
satr14washere 2026-03-22 12:43:47 +07:00
commit 550ca5228c
31 changed files with 470 additions and 396 deletions

View file

@ -1,9 +1,12 @@
{ dns, ... }: with dns.lib.combinators; {
owner = {
username = "ColinLeDev";
{ dns, ... }: {
metadata = {
description = "Discord verification";
proxy = false;
owner = {
username = "ColinLeDev";
};
};
proxy = false;
records = {
records = with dns.lib.combinators; {
TXT = [ "dh=279643a6f8677dedb1c5c63d007fc4516149679c" ];
};
}