You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Running mirrord ui while one is already running now detects the existing
instance and prints its URL with the reused token instead of failing to start
a second server.
Changed
Split the mirrord up init save step into separate save/filename prompts,
and re-ask for a filename instead of aborting when declining to overwrite.
mirrord up init no longer writes commented-out template lines for omitted
defaults.
Fixed
Fixed incorrect deprecation warnings emitted by mirrord when experimental.sip_utils config is used.
Reject duplicate incoming port mappings instead of silently dropping one of
them.