🔧 plato: docker dns
This commit is contained in:
@ -196,5 +196,11 @@ in
|
||||
enable = true;
|
||||
flags = [ "--all" ];
|
||||
};
|
||||
daemon.settings = {
|
||||
dns = [
|
||||
"1.1.1.1"
|
||||
"1.0.0.1"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user