unsock icon indicating copy to clipboard operation
unsock copied to clipboard

shim library to automatically change AF_INET sockets to AF_UNIX, etc.

Results 2 unsock issues
Sort by recently updated
recently updated
newest added

Hi, inspiring (great) tool! I've been trying the library on nginx to redirect into VSOCK (starting from both AF_INET and AF_UNIX). It seems to work, but not 100% without issue....

compatibility issue

[Immich server](https://github.com/immich-app/immich) segfaults when accepting incoming connection on AF_VSOCK socket (translated from AF_INET). The socket IO is driven by libuv. Using the environment variables to "lie to accept" takes effect...