Skip to content

Changing bind address? #26

Description

@esantoro

Hello!

I'm testing lms and i see it binds on 0.0.0.0 and its ipv6 equivalent:

root@esantoro:/etc/lms# ss -lntp  | grep 16992
LISTEN 0      5            0.0.0.0:16992      0.0.0.0:*    users:(("lms",pid=35529,fd=15))
LISTEN 0      5               [::]:16992         [::]:*    users:(("lms",pid=35529,fd=16))

Is there a way to set a specific bind address, or make it bind to 127.0.0.1/::1 ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions