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

Include parameter to indicate endpoint #117

Merged

Commits on Feb 12, 2024

  1. Include parameter to indicate endpoint

    This change allows specifying -e option, so that
    endpoint parameter is used. This parameter gives
    the possibility to change URL where Tang listens,
    so that endpoint provided is prepended between
    host port information and advertisement/recovery
    suffix (rec/adv).
    Without endpoint, advertisement URL is:
    http://localhost:port/adv
    Meanwhile, if using endpoint (-e this/is/endpoint),
    advertisement URL is:
    http://localhost:port/this/is/endpoint/adv
    For more information, check man page
    
    Resolves: latchset#116
    
    Signed-off-by: Sergio Arroutbi <[email protected]>
    sarroutbi committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    f65decf View commit details
    Browse the repository at this point in the history