Releases: DevonTM/wiretunnel
Releases · DevonTM/wiretunnel
v1.2.2
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
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
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
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
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
Full Changelog: https://github.com/DevonTM/wiretunnel/commits/v1.0.0