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
if there is only one machine, then naming machines with a sequence number is omitted.
Also fixed are a few nasty errors that were only uncovered in testing this. rstrip() has been
removed from getting hostname from domains in favor of the more canonical hostname.split(".")[0]
previously, adding DNS if the DNS entry already existed would fail, and then error messages would
fail as well
0 commit comments