Hello everyone.
Many of you have heard of the Windows hosts file, many have not. If you have, feel free to skip this first bit.
The hosts file is a file designed to allow domains to be redirected (or 'mapped') to IP addresses of your choosing. What can it be used for? Testing unpublished websites. It can also be used for using a domain that you do not own, on your computer.
I have create a console-based hosts file editor for windows so that you can edit the file without any hassles. It presents a few beautiful menus, written using my C# library. The entire program is written using 2 of my other libraries.
You control it with arrow keys and/or numbers (0-based of course).
You can download it through Github, https://github.com/AlexM-Dev/HostsConsole/releases.
Hey -- how about sharing hosts files so people can have their own network of domains?
I will adding this support at a later time. At this point, it poses a security issue to allow people to grant access to servers' direct ip addresses directly, so hopefully an alternative can be found to allow public sharing without security compromisation.
Many of you have heard of the Windows hosts file, many have not. If you have, feel free to skip this first bit.
The hosts file is a file designed to allow domains to be redirected (or 'mapped') to IP addresses of your choosing. What can it be used for? Testing unpublished websites. It can also be used for using a domain that you do not own, on your computer.
I have create a console-based hosts file editor for windows so that you can edit the file without any hassles. It presents a few beautiful menus, written using my C# library. The entire program is written using 2 of my other libraries.
You control it with arrow keys and/or numbers (0-based of course).
You can download it through Github, https://github.com/AlexM-Dev/HostsConsole/releases.
Hey -- how about sharing hosts files so people can have their own network of domains?
I will adding this support at a later time. At this point, it poses a security issue to allow people to grant access to servers' direct ip addresses directly, so hopefully an alternative can be found to allow public sharing without security compromisation.
