Skip to content

Releases: mosajjal/sniproxy

v0.9.0-beta1

06 Nov 04:55
Compare
Choose a tag to compare
v0.9.0-beta1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.8.1...v0.9.0-beta1

v0.8.1

25 Oct 22:52
2ae3cfb
Compare
Choose a tag to compare

What's Changed

  • Bugfixes in HTTP handler
  • Better logging
  • Ability to provide SSL certificate for DoH and DoT handlers (#14)
  • better DNS client with less issues, especially working well with Google's 8.8.4.4 (new default) (#15)

Full Changelog: v0.8.0...v0.8.1

v0.8.0

17 Oct 23:37
Compare
Choose a tag to compare

Version 0.8.x brings many new changes to sniproxy:

What's Changed

  • Major performance enhancement for large suffix and prefix files
  • Handle HTTP separately rather than force HTTPS using transparent HTTP proxy
  • Checking abuse and rebinding attacks in TLS and HTTP mode as well as DNS mode
  • Better logging
  • Go 1.19.x support
  • Fixed typo in DoQ port (now shows correct 8853 UDP)
  • Removed 30 second timeout for connections

v0.7.1

25 Aug 06:43
d9af3e1
Compare
Choose a tag to compare

minor changes and improvements

v0.7.0

24 May 20:44
a74cc8f
Compare
Choose a tag to compare

CHANGES:

  • DoH support
  • DoQ support

Full Changelog: v0.6.0...v0.7.0

v0.6.0

15 Apr 00:40
fb36cdf
Compare
Choose a tag to compare

What's Changed

New Contributors

Significant changes:

  • DNS Over TLS support
  • DNS over TCP support
  • Configuration file support
  • Automatically try to determine public IP if not provided

Full Changelog: v0.5.2...v0.6.0

v0.5.2

04 Apr 20:26
41ea4a4
Compare
Choose a tag to compare
fixed typo in dot

v0.5.1

04 Apr 09:30
23240e3
Compare
Choose a tag to compare
fixed minor typo

v0.5.0

04 Apr 09:24
e2b6221
Compare
Choose a tag to compare

BREAKING:

  • Upstream DNS is now in a URI format to facilitate new methods of DNS communication introduced.

  • added DNS over TCP and DNS over TLS as upstream options

  • added DNS over TCP and DNS over TLS as listen options (DoT is WIP)

  • minor bugfixes and improvements

v0.4.0

23 Mar 22:10
520083c
Compare
Choose a tag to compare
updated example to a working one