🔧 plato: docker dns

This commit is contained in:
2025-04-07 11:28:45 -04:00
parent 1ff4017cd6
commit f4307bd301
2 changed files with 15 additions and 9 deletions

View File

@ -196,5 +196,11 @@ in
enable = true;
flags = [ "--all" ];
};
daemon.settings = {
dns = [
"1.1.1.1"
"1.0.0.1"
];
};
};
}