Compare commits
1 commit
cabd210aa6
...
bfc36a9a44
Author | SHA1 | Date | |
---|---|---|---|
bfc36a9a44 |
1 changed files with 1 additions and 2 deletions
|
@ -41,8 +41,7 @@ in {
|
||||||
addrLastInt = builtins.toString (toInt (last addr) + 127);
|
addrLastInt = builtins.toString (toInt (last addr) + 127);
|
||||||
in
|
in
|
||||||
concatStringsSep "." (addrInit ++ [addrLastInt]);
|
concatStringsSep "." (addrInit ++ [addrLastInt]);
|
||||||
# https://www.hrz.tu-darmstadt.de/services/it_services/nameserver_dns/index.de.jsp
|
nameservers = ["130.83.2.22" "130.83.56.60" "130.83.22.60" "130.82.22.63"];
|
||||||
nameservers = ["130.83.22.63" "130.83.22.60" "130.83.56.60"];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue