| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2025-07-16 | 984 Bytes | |
| wiretap_0.7.0_windows_amd64.zip | 2025-07-16 | 5.1 MB | |
| wiretap_0.7.0_windows_armv6.zip | 2025-07-16 | 4.7 MB | |
| wiretap_0.7.0_darwin_amd64.tar.gz | 2025-07-16 | 5.0 MB | |
| wiretap_0.7.0_darwin_arm64.tar.gz | 2025-07-16 | 4.8 MB | |
| wiretap_0.7.0_linux_386.tar.gz | 2025-07-16 | 4.6 MB | |
| wiretap_0.7.0_windows_arm64.zip | 2025-07-16 | 4.7 MB | |
| wiretap_0.7.0_linux_amd64.tar.gz | 2025-07-16 | 4.9 MB | |
| wiretap_0.7.0_linux_arm64.tar.gz | 2025-07-16 | 4.6 MB | |
| wiretap_0.7.0_linux_armv6.tar.gz | 2025-07-16 | 4.6 MB | |
| wiretap_0.7.0_windows_386.zip | 2025-07-16 | 4.8 MB | |
| README.md | 2025-07-16 | 2.4 kB | |
| v0.7.0 Server and Configuration Improvements source code.tar.gz | 2025-07-16 | 1.8 MB | |
| v0.7.0 Server and Configuration Improvements source code.zip | 2025-07-16 | 1.8 MB | |
| Totals: 14 Items | 51.6 MB | 0 | |
New Features
- The
servecommand now has the--delete-config(-D) flag to delete the .conf file after ingesting it with-f - Client and Server listening ports can be independently specified using the
--portand--sportarguments to theconfigureandadd servercommands - The
--outboundflag has been replaced with the--outbound-endpoint IP:PORTargument to simplify the behavior of the--endpoint IP:PORTargument; now only use one or the other to specify which direction to use for the initial connection
Improvements
- The
servecommand will now auto-detect whenconfigure --simplewas used without the need to specify--simplein theservecommand also - The environment-based commands to start a Server are now saved as comments in the server config files in case you need them later and didn't save the CLI output of the initial
configureoradd servercommands - Multiple library updates, notably
wireguard-goandgvisor
Commits
- server flag to delete config files after ingesting by @ntozaks in https://github.com/sandialabs/wiretap/pull/80
- updated server CLI commands logic by @ntozaks in https://github.com/sandialabs/wiretap/pull/83
- updating add_server config file by @ntozaks in https://github.com/sandialabs/wiretap/pull/86
- initial auto-detect of simple configuration by @ntozaks in https://github.com/sandialabs/wiretap/pull/84
- separating client and server arguments for listening port by @ntozaks in https://github.com/sandialabs/wiretap/pull/85
- Bump golang.org/x/crypto from 0.21.0 to 0.35.0 in /src by @dependabot[bot] in https://github.com/sandialabs/wiretap/pull/78
- Bump golang.org/x/net from 0.23.0 to 0.38.0 in /src by @dependabot[bot] in https://github.com/sandialabs/wiretap/pull/79
- update wireguard-go by @Aptimex in https://github.com/sandialabs/wiretap/pull/89
- initial regression test framework by @Aptimex in https://github.com/sandialabs/wiretap/pull/90
- updating wt-tests.md by @ntozaks in https://github.com/sandialabs/wiretap/pull/92
- update README by @ntozaks in https://github.com/sandialabs/wiretap/pull/91
- README improvements and fixes by @Aptimex in https://github.com/sandialabs/wiretap/pull/93
New Contributors
- @ntozaks made their first contribution in https://github.com/sandialabs/wiretap/pull/80
Full Changelog: https://github.com/sandialabs/wiretap/compare/v0.6.1...v0.7.0