-
It would be great if glisten can support unix sockets and abstract unix sockets.
Erlang supports this by passing the option `{ip, {local, Path}}` to `gen_tcp:listen` where `Path` is either a file s…
-
As per the conversation in discord;
![image](https://github.com/user-attachments/assets/a204615c-d8c8-494e-86d5-0e2293b88f03)
-
Hi there, this looks like a cool tool.
I have some systems where I have a web server, MariaDB server, and `memcached` all running on the same VM. To reduce overhead and to improve security, I use U…
-
Hello,
Is there any way to call Unix domain sockets using `seq-input-healthcheck`?
I'm trying to call docker engine api from inside the SEQ container using `/var/run/docker.sock`.
-
-
### 📑 I have found these related issues/pull requests
Related issues/pulls are only about monitoring Docker containers, while this issue is about monitoring Unix sockets on host system.
### 🏷️ F…
-
Related:
- https://github.com/porsager/postgres/issues/484
- https://github.com/porsager/postgres/issues/950
The library does not correctly parse URLs containing unix sockets.
I confirme…
-
Hello, great extension, thank you!
I suggest considering to support unix socket requests, here is an example rest server and client that communicate over a unix socket:
- https://gist.github.com/t…
-
Does bitcoind support unix domain sockets? I don't see any mention of it. If not, I would like to be able to use them for RPC instead of regular sockets. This will reduce the attack surface when there…
-
Seeing https://github.com/Azure/mio-uds-windows .. Is there any reason why UDS are not implemented in the standard library for Windows?