A lightweight macOS app for updating local hosts
- Localization (简体中文、English)
- Dark mode
- 2.9.0 requires macOS 10.13 or later
- <= 2.8.2 requires macOS 10.12 or later
-
Menubar
Local
: Import a hosts to replace local hostsReset
: Reset local hosts to default -
Remote
Sync Button
: Download default remote hosts and overwrite local hostsAdd Button
: Add a remote source
-
Menubar
Local
: Import a hosts to replace local hostsRemote - Download
: Download default remote hosts and overwrite local hosts -
Remote
Orign
: It indicates that this is a default sourceOrign Button (Top right corner)
: Set a remote source as default sourceMore Menu
: Right click to showOpen Button (1st Menu item)
: Open a remote source with your browserAdd Button (2nd Menu item)
: Add a remote sourceRemove Button (3rd Menu item)
: Remove a remote source
-
"HostsX" is damaged and can't be opened.
Or open
Terminal
and runsudo xattr -r -d com.apple.quarantine /Applications/HostsX.app
-
How to synchronize remote hosts
2.9.0
- Set a remote source as default source
- Click
Sync Button
2.8.2
- Click
Orign Button
to set a remote source as default source - Open app menubar menu
- Click
Remote - Download
-
How to avoid overwriting your local hosts (Only Remote)
Put the content that you don't want to be overwritten between
# My Hosts Start
and# My Hosts End
, like below# My Hosts Start the content that you don't want to be overwritten # My Hosts End the content from a remote source
-
What's the
hosts_old
When completing a local or remote operation, it will create a
hosts_old
to record the contents before the changes