Skip to main content

No project description provided

Project description

hostsed is a simple python tool for editing hosts file(/etc/hosts), you can add or delete a DNS entry via command line shell(e.x. bash).

Install:

sudo pip install hostsed

Usage:

# Add an entry
sudo hostsed add <ip address> <hostname1> <hostname2> ...

Example:
sudo hostsed add 192.168.1.1 gateway
sudo hostsed add 172.17.0.5 mongo-store-1 mysql-02

# Delete an entry
sudo hostsed del <ip address> <hostname>

Example:
hosted remove 192.168.1.1 gateway

# Get the ip address of a docker container
sudo hostsed docker <docker-container-name>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hostsed-0.2.0.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

hostsed-0.2.0-py2.py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page