1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Add 1.1.1.1 and 8.8.8.8 as backup nameservers

This commit is contained in:
RGBCube 2024-04-19 16:39:42 +03:00
parent 6e037d6d3e
commit 8808152df7
No known key found for this signature in database

View file

@ -3,5 +3,11 @@
systemConfiguration {
services.kresd = enabled;
networking.nameservers = [ "::1" "127.0.0.1" ];
networking.nameservers = [
"::1"
"127.0.0.1"
"1.1.1.1"
"8.8.8.8"
];
}