Skip to content

Commit

Permalink
Replace heptifili with yrsa
Browse files Browse the repository at this point in the history
  • Loading branch information
peterablehmann committed Aug 26, 2024
1 parent e048ae1 commit 2689643
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions dns.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,9 @@
};
"xnee.de" = lib.recursiveUpdate defaults { };
"xnee.net" = lib.recursiveUpdate defaults {
"ip.heptifili" = {
a = {
data = "192.168.10.10";
ttl = 1;
};
aaaa = {
data = "fde6:bbc7:8946:7387::10:10";
ttl = 1;
};
"yrsa" = {
a.data = "192.168.10.10";
aaaa.data = "fde6:bbc7:8946:7387::10:10";
};
"fritzbox".cname.data = "pm50yyz373t4yr6i.myfritz.net";
};
Expand Down

0 comments on commit 2689643

Please sign in to comment.