HostAdmin Host Editor

Write hosts file failed check permissions, Learn more


Common Hosts File Syntax
[#] IP HOSTNAME [# COMMENT] 

Note
Setting 'hide' as comment could prevent this line from managing by HostAdmin
Grouping
[#] IP HOSTNAME [# COMMENT] 
#==== GROUPNAME
[...]
#====

Example

#==== Project 1
#127.0.0.1       localhost1
127.0.0.1       localhost2
127.0.0.1       localhost3
#====

#==== Project 2
#127.0.0.1       localhost1
#127.0.0.1       localhost2
#127.0.0.1       localhost3
#====

Bulk Hide
#hide_all_of_below
....

#All text here will be parsed as comment

....

Fork me on GitHub