Skip to content

Releases: mosajjal/sniproxy

v2.2.2

30 Dec 08:48
Compare
Choose a tag to compare
mvoe to go 1.23.4

v2.2.1

30 Dec 08:44
Compare
Choose a tag to compare

moving the builds to Go 1.23.4

v2.2.0

30 Dec 08:40
Compare
Choose a tag to compare

What's Changed

NOTE: this version of sniproxy uses a different and more optimized method to proxy connections. should result in increased performance. Feedbacks are welcome.

Full Changelog: v2.1.2...v2.2.0

v2.1.2

07 Sep 08:34
Compare
Choose a tag to compare

Full Changelog: v2.1.1...v2.1.2

fixed go version for workflows

v2.1.1

07 Sep 08:31
Compare
Choose a tag to compare

Full Changelog: v2.1.0...v2.1.1

Fixed ipv4 only network issues and better default config

v2.1.0

07 Sep 08:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.4...v2.1.0

v2.0.4

01 Oct 19:35
Compare
Choose a tag to compare
updated dependencies

v2.0.3

29 May 22:47
Compare
Choose a tag to compare

What's Changed

[BUGFIX] many fixes in the ACL logic especially in DNS

Full Changelog: v2.0.2...v2.0.3

v2.0.2

27 May 10:49
Compare
Choose a tag to compare

fixed minor bug in geolocation

Full Changelog: v2.0.1...v2.0.2

v2.0.1

19 May 05:15
Compare
Choose a tag to compare

This is a major overhaul to sniproxy that introduces many breaking changes. in Version 2.x, the only way to configure sniproxy is through a YAML configuration file. please refer to the sample configuration file included or use the following command to generate a default config file:

./sniproxy --defaultconfig

notable features and changes:

  • DoH support
  • SOCKS5 support for proxy (including UDP)
  • IP ACL
  • Manual override ACL
  • [REMOVED] http reverse proxy support
  • Performance improvements
  • IPv6 support improvements
  • GeoIP ACL logic enhancement

special thanks to @holygrolli and @prooshani for helping with the testing and contributing to the project.

Full Changelog: v1.0.0...v2.0.0