Changing bind address?
Open
- 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
Assessment
This issue has not been assessed yet.