mirror of
https://github.com/partofmyid/register.git
synced 2026-06-05 10:36:50 +07:00
9 lines
156 B
Nix
9 lines
156 B
Nix
{ dns, ... }: with dns.lib.combinators; {
|
|
owner = {
|
|
username = "FWEEaaaa1";
|
|
};
|
|
proxy = false;
|
|
records = {
|
|
A = [ "128.204.223.115" ];
|
|
};
|
|
}
|