logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Host File Manager - Control Host Names with Hostess | Online Free DevTools by Hexmos

Control host names easily with Hostess. Manage your /etc/hosts file to map domains to IP addresses. Free online tool, no registration required.

hostess

Manage the /etc/hosts file. More information: https://github.com/cbednarski/hostess.

  • List domains, target IP addresses and on/off status:

hostess list

  • Add a domain pointing to your machine to your hosts file:

hostess add {{local.example.com}} {{127.0.0.1}}

  • Remove a domain from your hosts file:

hostess del {{local.example.com}}

  • Disable a domain (but don’t remove it):

hostess off {{local.example.com}}

See Also