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

config: warn the user if client_addr is empty #11461

Merged
merged 2 commits into from
Nov 9, 2021

Commits on Nov 1, 2021

  1. config: warn the user if client_addr is empty

    if the provided value is empty string then the client services
    (DNS, HTTP, HTTPS, GRPC) are not listening and the user is not notified
    in any way about what's happening.
    Also, since a not provided client_addr defaults to 127.0.0.1, we make sure
    we are not getting unwanted warnings
    
    Signed-off-by: Alessandro De Blasis <alex@deblasis.net>
    deblasis committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    2f97055 View commit details
    Browse the repository at this point in the history
  2. changelog

    Signed-off-by: Alessandro De Blasis <alex@deblasis.net>
    deblasis committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    2238df6 View commit details
    Browse the repository at this point in the history