intel / intel/lms

Changing bind address?

Open
#26 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
38
Forks
13
PR merge metrics
No merged PRs in 30d

Description

Hello!

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

```shell
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` ?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.