Skip to content

Releases: DevonTM/wiretunnel

v1.2.2

08 May 13:37
cef3646

Choose a tag to compare

Changelog:

  • Export ParseBypassList().
  • Update go version to 1.24.3.
  • Update go dependencies.
  • Remove forked wireguard-go since it has been fixed on upstream.

Full Changelog: v1.2.1...v1.2.2

v1.2.1

17 Nov 18:34
4c48df2

Choose a tag to compare

Changelog:

  • Added a feature to enable/disable logging, currently available only for the SOCKS5 proxy.
  • Minor improvements to log messages.

Full Changelog: v1.2.0...v1.2.1

v1.2.0

17 Nov 16:32
51ec5b9

Choose a tag to compare

Changelog:

  • Added a feature to bypass specific IP addresses, either through a list of individual IPs or using CIDR ranges.
  • Improved error handling in dialWithResolver() by aggregating and consolidating error messages.
  • Minor fix to go.sum

Full Changelog: v1.1.1...v1.2.0

v1.1.1

17 Nov 06:59
1241eb0

Choose a tag to compare

Changelog:

  • Improved the readability of logging messages.
  • Updated dependencies.
  • Use GitHub Actions for releases.

Full Changelog: v1.1.0...v1.1.1

v1.1.0

19 May 15:31
697188a

Choose a tag to compare

Changelog:

  • Changed local DNS behavior: the local DNS now uses the settings from the WireGuard config file instead of reading the config from the system.
  • When creating a resolver with NewResolver(), the DNS server will now be tested beforehand.
  • Currently, only one DNS server is supported; additional DNS servers will be ignored.
  • A timeout error will be returned in dialWithResolver() if all connection attempts fail.
  • Updated dependencies.

Full Changelog: v1.0.0...v1.1.0

v1.0.0

21 Apr 14:56
7b4ce7e

Choose a tag to compare