feat(nixosModules/server): add other sites to ddns

This commit is contained in:
Mohammad Rafiq 2025-05-29 15:22:53 +08:00
parent c0d02eea1d
commit af072ad8fd
No known key found for this signature in database

View file

@ -17,9 +17,19 @@
domains = [
{
domain_name = "rrv.sh";
sub_domains = [
"@"
];
sub_domains = [ "@" ];
}
{
domain_name = "aenyrathia.wiki";
sub_domains = [ "@" ];
}
{
domain_name = "bwfiq.com";
sub_domains = [ "*" ];
}
{
domain_name = "slayment.com";
sub_domains = [ "*" ];
}
];
resolver = "1.1.1.1";