Skip to content

Releases: mosajjal/sniproxy

v2.2.2

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

v2.2.1

30 Dec 08:44
4a5aa6b
Compare
Choose a tag to compare

moving the builds to Go 1.23.4

v2.2.0

30 Dec 08:40
39f8322
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
733a094
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
2d60284
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
366871e
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
eecf94a
Compare
Choose a tag to compare
updated dependencies

v2.0.3

29 May 22:47
bb94fc5
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
361439b
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
bc893f1
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