@pumper could you help me understand how to bind to `127.0.0.0/8`.
At
[
https://oswalt.dev/2022/02/non-local-address-binds-in-linux/](https://oswal…
described use for bind to any IP
```c
import socket
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.bind(("0.0.0.0", 0))
```
But not for network addr with mask.
Hope you can suggest.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3394#issuecomment-1848783821
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3394/1848783821(a)github.com>