-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
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
Labels
No labels