Releases: kohlschutter/unsock
Releases · kohlschutter/unsock
unsock 1.1.0
- Add support for non-
AF_UNIX
connections (via control files posing as unix domain socket files) - Add support for Firecracker-style
CONNECT
proxies forAF_VSOCK
communication. - Add very basic tooling to create the corresponding control files for
VSOCK
andTIPC
sockets - Allow unintercepted
AF_INET
/AF_INET6
traffic; by default, only127.175.0.0
is intercepted. - Add
UNSOCK_ADDR
environment variable to configure which IP address/address range is intercepted. - Add
UNSOCK_PORT
,UNSOCK_MODE
,UNSOCK_BLOCK_INET6
,UNSOCK_BLOCK_INET
. - Update build scripts, examples
unsock 1.0.0
Initial release