Skip to content

Changing bind address? #26

@esantoro

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions