Comments
-
Excellent explanation of the current functionality. Thank you. So, in my case, I have a hosts-file filled with client-specific DNS resolution entries, each only valid when I'm connected to a specific client's VPN. I use this to help software development and debugging, where host names and host name aliases are an integral…
-
The most official standard, which Microsoft adheres to, and most others also, even Apple, would be RFC 952 Link to the documentation: https://datatracker.ietf.org/doc/html/rfc952
-
Agreed, a simple text file, with the same basic layout as the host-file in the etc-directory, i.e. [IP] [hostname] [other hostname if needed] It should be simple to parse each line through a regex parser with matches for data-lines and comments