dns: add more quad9 addresses
This commit is contained in:
parent
469da0ec41
commit
57f52c9958
1 changed files with 6 additions and 1 deletions
|
@ -45,7 +45,12 @@
|
|||
}
|
||||
];
|
||||
networkConfig = {
|
||||
DNS = "9.9.9.9";
|
||||
DNS = [
|
||||
"9.9.9.9"
|
||||
"149.112.112.112"
|
||||
"2620:fe::fe"
|
||||
"2620:fe::9"
|
||||
];
|
||||
LLDP = true;
|
||||
EmitLLDP = "nearest-bridge";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue