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: wildcard support for public gateways #7319

Merged
merged 3 commits into from
Aug 19, 2020

Commits on Jul 24, 2020

  1. feat: wildcard support for public gateways

    Add support for one or more wildcards in the hostname definition
    of a public gateway. This is useful for example to support easily
    multiples environment.
    
    Wildcarded hostname are set in the config as for example "*.domain.tld".
    MichaelMure committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    13e6bcf View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. test(gateway): IPNS cleanup and implicit defaults fix

    This ensures implicit defaults are always present, even when
    Gateway.PublicGateways is defined in the config.
    
    User still can disable them, but needs to do it per hostname.
    
    License: MIT
    Signed-off-by: Marcin Rataj <[email protected]>
    lidel committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    2ff6f1a View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. refactor: cleanup/comment

    ipfs#7319 (comment)
    
    License: MIT
    Signed-off-by: Marcin Rataj <[email protected]>
    lidel committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    6b6569f View commit details
    Browse the repository at this point in the history