feat(nixosModules/server): add other sites to ddns
This commit is contained in:
parent
c0d02eea1d
commit
af072ad8fd
1 changed files with 13 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue