Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: AGWA/snid

v0.4.0

28 Jun 02:48

Choose a tag to compare

Notable change: In nat46 mode, snid now binds outbound connections to same source port that the client used. This avoids putting strain on the kernel's automatic port assignment, fixing an issue where unrelated outbound connections could fail with EADDRNOTAVAIL. It also makes the proxying a bit more transparent.

Full Changelog: v0.3.0...v0.4.0

v0.3.0

27 Aug 10:37

Choose a tag to compare

When the ALPN protocol is xmpp-client or xmpp-server, snid will now do a SRV record lookup to determine the backend's IP address, to emulate the behavior of XMPP clients or servers connecting directly to the backend.

v0.2.0

01 Sep 15:45

Choose a tag to compare

It is now possible to listen on all IPv4 interfaces by specifying an address of 0.0.0.0, e.g. -listen tcp:0.0.0.0:443

v0.1.2

19 Apr 21:43

Choose a tag to compare

Add GitHub Actions to automatically build release binaries