mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 13:36:02 +03:00
[GH-ISSUE #112] [feature] Read out hosts file for localhost and 127.0.0.1 aliases #63
Labels
No labels
TLS stack issue
Windows
bug
duplicate
duplicate
enhancement
help wanted
help wanted
pull-request
question
question
root store
waiting for info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mkcert#63
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 @pke on GitHub (Jan 9, 2019).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/112
Would save some keystrokes if the tool would read out the hosts file optionally. All ::1, localhost and 127.0.0.1 entries could then be used as input for mkcert.
mkcert --hostsWould that make sense as a PR?
@FiloSottile commented on GitHub (Jan 9, 2019):
I like that mkcert is not specific to localhost (aside from the marketing), and is not tied to any way of directing traffic (hosts files, docker IPs, staging servers...), so I think that tips the scales towards not including this, although I see it could be useful. It could also easily be a wrapper script.