kohlschuetter
released this
03 Nov 12:52
·
2 commits
to main
since this release
- 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