I am developing an application to manage my hosts file. I was using a shell script to manage these things. Now I am packaging it as an app and hoping to release it under MIT License.<p>Question: What is the best way to manage the hosts file?
- Replace the original hosts file itself?
- Symlink the hosts file from my app data storage?<p>What are the pros and cons?<p>TA.