Revert "temp: temp switch the dns servers since the recent changes left them unavailable"
This reverts commit 4fc1071225
.
This commit is contained in:
parent
af2613feaa
commit
fc1e1c5806
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ in {
|
|||
server = {
|
||||
enable = true;
|
||||
# primary dns server (ns1)
|
||||
primary = false;
|
||||
primary = true;
|
||||
ip = ip_pub;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -41,7 +41,7 @@ in {
|
|||
server = {
|
||||
enable = true;
|
||||
# secondary dns server (ns2)
|
||||
primary = true;
|
||||
primary = false;
|
||||
ip = ip_pub;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue