Skip to content

v1.0.8

Choose a tag to compare

@github-actions github-actions released this 14 Jan 14:37
· 16 commits to main since this release
58827a4

Patch Changes

  • Filter incoming messages by remote address manually to check for IPv6 zone match or subnet address on Linux. SO_BINDTODEVICE isn't accessible to us for Linux, which means that we have to manually filter incoming messages per socket
    Submitted by @kitten (See #15)