ghost icon indicating copy to clipboard operation
ghost copied to clipboard

Create, list, delete, and modify /etc/hosts entries with ease...

Results 7 ghost issues
Sort by recently updated
recently updated
newest added

Is it possible to configure a host with ghost to see the hosts' virtual hosts?

But Ghost assumes that an IP can have many hosts, but a host belongs to a single IP. This isn't critical as most people probably use `/etc/hosts` with the same...

Defect

It would be useful to have a feature / command that disables a particular host entry (simply comments it out in /etc/hosts). Usage would be `ghost disable `. This way,...

Improvement

Via: http://support.apple.com/kb/HT5343 ``` sudo killall -HUP mDNSResponder ```

Improvement

Using something like https://github.com/bluemonk/ipaddress or Ruby stdlib's http://www.ruby-doc.org/stdlib-1.9.3/libdoc/ipaddr/rdoc/IPAddr.html

Improvement