Skip to content

unsock 1.1.0

Latest
Compare
Choose a tag to compare
@kohlschuetter 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 for AF_VSOCK communication.
  • Add very basic tooling to create the corresponding control files for VSOCK and TIPC sockets
  • Allow unintercepted AF_INET/AF_INET6 traffic; by default, only 127.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