mirror of
https://github.com/goodhosts/cli.git
synced 2026-04-27 07:06:00 +03:00
[GH-ISSUE #34] Windows maximum aliases per line #18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Originally created by @hegemanjr on GitHub (Mar 16, 2022).
Original GitHub issue: https://github.com/goodhosts/cli/issues/34
As seen here https://superuser.com/questions/932112/is-there-a-maximum-number-of-hostname-aliases-per-line-in-a-windows-hosts-file, there is a maximum of nine aliases per line in the hosts file on Windows.
I am often beyond that maximum of nine aliases in the VVV environments I use, meaning some of my sites don't work without manually splitting the aliases into multiple lines.
Assuming that I'm not the only one running into this, I would like to request a feature that automatically splits the aliases into multiple lines if there are more than nine.
Thanks!
@luthermonson commented on GitHub (Mar 16, 2022):
https://github.com/goodhosts/cli/issues/33
@luthermonson commented on GitHub (Mar 16, 2022):
read through that and confirm. i was under the impression this was configurable and solved but i could be wrong
@luthermonson commented on GitHub (Sep 30, 2023):
@hegemanjr pretty sure this is solved, reopen if you disagree