Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Auto-provision domain for TLS Edges #386

Merged
merged 2 commits into from
May 29, 2024

Commits on May 29, 2024

  1. feat: Auto-provision domain for TLS Edges

    The hostports for a given TLS Edge need to be reserved in ngrok
    before they can be used. Because of this, it makes sense that
    the TLSEdge handles reserving the domains if they aren't already
    reserved in the same way that the TCPEdge controller will take care
    of reserved addrs.
    jonstacks committed May 29, 2024
    Configuration menu
    Copy the full SHA
    aed3030 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87a7333 View commit details
    Browse the repository at this point in the history