Releases: windtf/wireproxy
Releases · windtf/wireproxy
Release list
v1.1.3
Changelog
- 10f4bba Add SNI Proxy support (#210)
- eac2e52 Bump golang.org/x/crypto from 0.51.0 to 0.52.0 (#214)
- 27edc92 Bump golang.org/x/net from 0.47.0 to 0.55.0 (#212)
- 31a9a34 Now adds certificate files to the landlock riles (#213)
- 7e755db Resolve bare WGConfig filenames relative to parent config directory. (#204)
- 55dea16 Update sponsor sections in README.md
- 724aad3 Upgrade golang.zx2c4.com/wireguard to 0.0.20250522 snapshot. (#203)
- b200992 [upd] Update README.md (#206)
- 3f5a95b add assets
- 4d5d08c fix README
- 3b5a208 update sponsor
- aa3aac3 update sponsor
v1.1.2
v1.1.1
Changelog
- 1c6a10d Add support for UDP proxying (#187)
- a8ead80 Bump github.com/landlock-lsm/go-landlock (#196)
- a464c61 Bump golang.org/x/crypto from 0.31.0 to 0.45.0 (#197)
- 7de271d Pass linter
- 04030e8 Support for HTTPS (#133)
- 0470c14 Update Go base image to version 1.26
- 0567d6e Update README with UDPProxyTunnel and Resolve details
- 053fdd2 Update container workflow to use ubuntu-latest
- aaf2379 Update copyright year and owner in LICENSE file
- 96110d2 build: Update golangci-lint-action to v9.2.0.
- 4c23415 ci: Update Go version to 1.26 in all workflows and trigger releases on push tags.
- bceb167 feat(resolve): add IP resolve strategy and format code (#181)
- e76e370 fix: Fix STDIOTunnel (#190)
- 503d7b6 fix: allow access to /dev/null
v1.0.9
v1.0.8
v1.0.7
Changelog
- 31e6afd Allow to use wireproxy as endpoint (#74)
- af97322 Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#98)
- 0f4d79d Fix build on go 1.21 by updating wireguard-go (#91)
- aa20776 Implement STDIOTunnel (#70)
- 05c8493 Provide an example systemd service file (#77)
- d1a455e Remove interface address subnet length check (#86)
- edf6325 Update README with Firefox VPN tabs instructions (#73)
- d2f7768 Update dependencies (#79)
- 5f76f77 Use io.Copy instead of io.CopyBuffer (#85)
- a2d7aec fix: improvements in memory consumption (#100)
- 49f5688 fix: typo (#93)
v1.0.6
v1.0.5
Changelog
- 0e63331 support go 1.19
Note to packagers
Please specify the package version when building wireproxy via setting ldflags to "-X 'main.version=${version}'".