1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 00:42:08 +02:00
tldr/pages/common/hostess.md
Lena 7ca1069d76
pages/*: reword descriptions without using "a CLI for" etc. (#10437)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-16 19:23:40 +02:00

20 lines
446 B
Markdown

# 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}}`