Skip to content

Commit

Permalink
Tweaks to /etc/hosts
Browse files Browse the repository at this point in the history
entires => entries

Source for idempotency change: guumaster/hostctl#71
  • Loading branch information
AlexErrant authored Apr 18, 2023
1 parent bba4efd commit 958690d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@ With a format converter like Remarshal (below) you can use [JSON](#json) tools t

| Name and link | Description |
|---------------|-------------|
| [hostctl](https://github.com/guumaster/hostctl) | Add and remove entires in `/etc/hosts`. Disable (comment out) and enable (uncomment) entires. Not idempotent. Preserves arbitrary comments above its section of the hosts file. Works with groups of entries called "profiles". |
| [hostess](https://github.com/cbednarski/hostess) | Add and remove entires in `/etc/hosts`. Disable (comment out) and enable (uncomment) entires. Check if a hostname exists. Reformat the hosts file. Convert the entries to JSON. Idempotent. Removes arbitrary comments. |
| [hosts](https://gitlab.com/dbohdan/hosts) | Add and remove entires in `/etc/hosts`. Change a hostname's IP address. Idempotent. Preserves arbitrary comments. Can be used as a Tcl library. |
| [hostctl](https://github.com/guumaster/hostctl) | Add and remove entries in `/etc/hosts`. Disable (comment out) and enable (uncomment) entries. Idempotent. Preserves arbitrary comments above its section of the hosts file. Works with groups of entries called "profiles". |
| [hostess](https://github.com/cbednarski/hostess) | Add and remove entries in `/etc/hosts`. Disable (comment out) and enable (uncomment) entries. Check if a hostname exists. Reformat the hosts file. Convert the entries to JSON. Idempotent. Removes arbitrary comments. |
| [hosts](https://gitlab.com/dbohdan/hosts) | Add and remove entries in `/etc/hosts`. Change a hostname's IP address. Idempotent. Preserves arbitrary comments. Can be used as a Tcl library. |

## INI

Expand Down

0 comments on commit 958690d

Please sign in to comment.