Skip to content

foxdog-studios/hosts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hosts

Command line tool that manipulates /etc/hosts without buggering it up.

Usage

# Add a entry to your hosts file
sudo hosts -a '192.0.2.1 example.com'

# Remove all enteries for example.com (as the canonical name)
sudo hosts -r example.com

Installation

Arch Linux user can install hosts as a package but running;

./scripts/package

About

Manipulate /etc/hosts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published