https://github.com/xvitaly/mhed
Micro Hosts Editor is a small, simple, cross-platform, free and completely open-source Hosts editor
https://github.com/xvitaly/mhed
c-sharp hosts hostseditor linux linux-app tool windows
Last synced: about 2 months ago
JSON representation
Micro Hosts Editor is a small, simple, cross-platform, free and completely open-source Hosts editor
- Host: GitHub
- URL: https://github.com/xvitaly/mhed
- Owner: xvitaly
- License: gpl-3.0
- Created: 2013-08-22T11:58:13.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T13:31:03.000Z (about 2 months ago)
- Last Synced: 2025-04-09T21:18:18.622Z (about 2 months ago)
- Topics: c-sharp, hosts, hostseditor, linux, linux-app, tool, windows
- Language: C#
- Homepage:
- Size: 1.61 MB
- Stars: 81
- Watchers: 4
- Forks: 8
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: COPYING
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Micro Hosts Editor
## About
Micro Hosts Editor is a small, simple, cross-platform, free and completely open-source Hosts editor. You can easily edit your Hosts file using simple GUI.
## Features
Currently supported features:
* editing Hosts file on all supported platforms;
* getting the real path to the Hosts file if it is overridden on some platforms;
* exporting and importing entries from text files;
* comments support;
* IPv4 and IPv6 support;
* sorting Hosts file entries;
* full Unicode support.## Modes
This program can operate in two modes:
* read-only if running without administrator rights;
* read and write - default, fully-featured mode.## Downloads
### Installation
Download the latest version with installer from the Releases page, run the it and follow the instructions. It will do the rest automatically.
### Portable
Download the latest version in archive from the Releases page, extract to any directory and then run `mhed.exe`.
## Third party libraries
* [NLog](https://github.com/NLog/NLog) (BSD-3-Clause license).