mirror of
https://github.com/partofmyid/register.git
synced 2026-06-05 18:46:50 +07:00
change schema final
This commit is contained in:
parent
42f6c415b6
commit
550ca5228c
31 changed files with 470 additions and 396 deletions
|
|
@ -1,9 +1,11 @@
|
|||
{ dns, ... }: with dns.lib.combinators; {
|
||||
owner = {
|
||||
username = "satr14washere";
|
||||
{ dns, ... }: {
|
||||
metadata = {
|
||||
proxy = false;
|
||||
owner = {
|
||||
username = "satr14washere";
|
||||
};
|
||||
};
|
||||
proxy = false;
|
||||
records = {
|
||||
records = with dns.lib.combinators; {
|
||||
TXT = [ "dh=d509fc9014e196311ed887c2e410cdefa833436e" ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue