Skip to content

v2.0.1

Compare
Choose a tag to compare
@mosajjal mosajjal released this 19 May 05:15
· 79 commits to master since this release
bc893f1

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