Skip to content

Releases: mosajjal/sniproxy

v2.0.0

18 May 22:43
e7b7e62
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

v2.0.0-rc1

13 May 04:35
4b1cbad
Compare
Choose a tag to compare
v2.0.0-rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.1-beta...v2.0.0-rc1

IMPORTANT: sniproxy v2 is a complete overhaul over v1. no more command line option or JSON configs, everything is configured through a YAML file (and some CSV files). refer to the default config for all the configuration documents

v2.0.0-beta2

11 May 07:07
Compare
Choose a tag to compare
v2.0.0-beta2 Pre-release
Pre-release

v2.0.0-alpha3

07 May 06:00
Compare
Choose a tag to compare
v2.0.0-alpha3 Pre-release
Pre-release

CHANGES:

removed the reverse proxy option in favour of a new ACL called override. refer to the config.yaml file for more info
added ACL priority and order
added override ACL which also includes a builtin DoH resolver
added version info
removed port 65000 bind

v2.0.0-beta1

11 May 00:36
Compare
Choose a tag to compare
v2.0.0-beta1 Pre-release
Pre-release

What's Changed

  • Bump docker/metadata-action from 4.3.0 to 4.4.0 by @dependabot in #37

Full Changelog: v1.0.1-beta...v2.0.0-beta1

v1.0.1-beta

20 Apr 22:35
dc7c6cd
Compare
Choose a tag to compare
v1.0.1-beta Pre-release
Pre-release

What's Changed

with the new IPv6 support, some stuff might break. please share your experience and issues int he discussion I created for this particular release.

Enjoy!

Full Changelog: v1.0.0...v1.0.1-beta

v1.0.0

03 Apr 11:53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.3...v1.0.0

v0.9.3

06 Feb 01:35
Compare
Choose a tag to compare

Small release with a minor changelog:

  • UpstreamSOCKS support for DNS (only DNS over TCP and DNS over HTTPS is supported, no UDP)
  • Go1.20 support
  • typo and docs fixes
  • dependency updates

Full Changelog: v0.9.2...v0.9.3

v0.9.2

09 Jan 19:50
ea6c102
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

v0.9.1

23 Dec 04:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1