Open Saturate opened 7 years ago
This was created here (https://github.com/PentiaLabs/FrontendBuilder/commit/87310d6f534136c6a9bd4efd29c00fa5f92403f6) by me some time ago and was removed.
Guess it can be reused with a minor rewrite.
Code is WIP in https://github.com/Saturate/polymerase/tree/feat/hostfile-manipulation it works but we need the configuration manager.
Turns out that it does not support async, it only writes one entry. I need to do it all sync one at a time.
Well that makes sense. At least running different tasks can be handled async.
Well it makes a little sense as it's the same file, however it's strange that the module does not support adding more at a time. Seems silly to read and close read and close all the time.
Maybe we should create our own module for this when we are done with other essential things. Or just add a PR depending on the code base.
We need to be able to setup 100% of the ISS settings automatically.