Skip to content

@asyncify-hq/cli@0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Aug 21:02
bc0cfde

Minor Changes

  • d4d36e3: asyncify dev now decides a new tunnel address is live by asking a public DNS
    server (1.1.1.1, falling back to 8.8.8.8) and calling /health straight at that
    IP, instead of trusting your own machine's DNS — which on some networks lags
    minutes behind and made the check fail on tunnels the rest of the internet could
    already reach. It waits up to five minutes (was one), prints a line whenever
    something changes, takes a new --wait <seconds> flag (or $ASYNCIFY_WAIT), and
    tells you when webhooks are live but your own machine still cannot look the
    address up. If no public resolver is reachable, it falls back to the previous
    behaviour and says so.