Releases: mosajjal/sniproxy
v2.0.0
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
What's Changed
- Bump docker/metadata-action from 4.3.0 to 4.4.0 by @dependabot in #37
- V2 by @mosajjal in #48
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
Full Changelog: v2.0.0-alpha3...v2.0.0-beta2
v2.0.0-alpha3
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
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
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
What's Changed
- Bump actions/checkout from 2 to 3 by @dependabot in #23
- Bump docker/metadata-action from 3.3.0 to 4.3.0 by @dependabot in #25
- Bump docker/login-action from 1.10.0 to 2.1.0 by @dependabot in #26
- Bump docker/build-push-action from 2.5.0 to 4.0.0 by @dependabot in #24
- Bump golang.org/x/net from 0.5.0 to 0.7.0 by @dependabot in #27
- Add disabling firewall to Vultr instructions by @62w71st in #29
- Bump actions/setup-go from 3 to 4 by @dependabot in #31
New Contributors
- @dependabot made their first contribution in #23
- @62w71st made their first contribution in #29
Full Changelog: v0.9.3...v1.0.0
v0.9.3
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