Skip to content

Releases: kohlschutter/unsock

unsock 1.1.0

03 Nov 12:52
Compare
Choose a tag to compare
  • 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

unsock 1.0.0

07 Jun 18:54
Compare
Choose a tag to compare

Initial release