also add dns option

This commit is contained in:
2023-12-06 21:12:15 +01:00
parent 81d90636f5
commit 2201e054b9

View File

@@ -132,7 +132,7 @@ in
"ubuntu-latest:docker://node:18-bullseye" "ubuntu-latest:docker://node:18-bullseye"
]; ];
settings = { settings = {
options = "--add-host=git.cloonar.com:10.42.97.50"; options = "--add-host=git.cloonar.com:10.42.97.50 --dns=10.42.97.10";
}; };
}; };