
hostess
List of commands for hostess:
-
hostess:tldr:1cbb3 hostess: Remove a domain from your hosts file.$ hostess del ${local-example-com}try on your machineexplain this command
-
hostess:tldr:2b435 hostess: List domains, target IP addresses and on/off status.$ hostess listtry on your machineexplain this command
-
hostess:tldr:aee5f hostess: Disable a domain (but don't remove it).$ hostess off ${local-example-com}try on your machineexplain this command
-
hostess:tldr:d2980 hostess: Add a domain pointing to your machine to your hosts file.$ hostess add ${local-example-com} ${127-0-0-1}try on your machineexplain this command