| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2025-11-26 | 984 Bytes | |
| wiretap_0.8.0_darwin_amd64.tar.gz | 2025-11-26 | 5.2 MB | |
| wiretap_0.8.0_windows_amd64.zip | 2025-11-26 | 5.3 MB | |
| wiretap_0.8.0_windows_arm64.zip | 2025-11-26 | 4.8 MB | |
| wiretap_0.8.0_darwin_arm64.tar.gz | 2025-11-26 | 4.9 MB | |
| wiretap_0.8.0_linux_386.tar.gz | 2025-11-26 | 4.9 MB | |
| wiretap_0.8.0_linux_amd64.tar.gz | 2025-11-26 | 5.1 MB | |
| wiretap_0.8.0_linux_arm64.tar.gz | 2025-11-26 | 4.7 MB | |
| wiretap_0.8.0_linux_armv6.tar.gz | 2025-11-26 | 4.9 MB | |
| wiretap_0.8.0_windows_386.zip | 2025-11-26 | 5.1 MB | |
| wiretap_0.8.0_windows_armv6.zip | 2025-11-26 | 5.0 MB | |
| README.md | 2025-11-26 | 1.8 kB | |
| v0.8.0 source code.tar.gz | 2025-11-26 | 1.8 MB | |
| v0.8.0 source code.zip | 2025-11-26 | 1.8 MB | |
| Totals: 14 Items | 53.6 MB | 0 | |
New Features
- The
configurecommand now supports the--PSKoption to enable PSKs in first-hop relay connections. - This option is planned to also be added to the
add serverandadd clientcommands in the future.
Improvements
- DNS names for endpoints (
-eand-o) are now saved to config files and resolved atservetime (orwg-quick uptime), instead of being resolved to a possibly-incorrect IP address atconfiguretime. This makes the use of DNS hostnames much more reliable. - You can now pass configured server nicknames instead of API addresses in the
--server-addressflag of theadd servercommand. - Since server nickname uniqueness is not enforced, this will just error out if you specify a nickname that is not unique.
- The custom
wireguard-gorepo (which exposes a few internal components needed to make Wiretap work) is now hosted undersandialabs. - A few dependency version updates.
Commits
- referencing servers via nickname instead of server address by @ntozaks in https://github.com/sandialabs/wiretap/pull/96
- updating help messages by @ntozaks in https://github.com/sandialabs/wiretap/pull/97
- Saving endpoint DNS to config by @ntozaks in https://github.com/sandialabs/wiretap/pull/95
- adding PSK support by @ntozaks in https://github.com/sandialabs/wiretap/pull/98
- handling duplicate names by @ntozaks in https://github.com/sandialabs/wiretap/pull/99
- new wireguard dependancy location by @Aptimex in https://github.com/sandialabs/wiretap/pull/100
- Bump golang.org/x/crypto from 0.37.0 to 0.45.0 in /src by @dependabot[bot] in https://github.com/sandialabs/wiretap/pull/103
Full Changelog: https://github.com/sandialabs/wiretap/compare/v0.7.0...v0.8.0