Implement the delete hosts function #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The hb utility does not currently have a delete function. The delete function should scan to a host in the hosts file and delete it.
Before
reddit.com 0.0.0.0
facebook.com 0.0.0.0
After
reddit.com 0.0.0.0
Fixed in PR