New Features
- The
serve
command 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
--port
and--sport
arguments to theconfigure
andadd server
commands - The
--outbound
flag has been replaced with the--outbound-endpoint IP:PORT
argument to simplify the behavior of the--endpoint IP:PORT
argument; now only use one or the other to specify which direction to use for the initial connection
Improvements
- The
serve
command will now auto-detect whenconfigure --simple
was used without the need to specify--simple
in theserve
command 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
configure
oradd server
commands - Multiple library updates, notably
wireguard-go
andgvisor
Commits
- server flag to delete config files after ingesting by @ntozaks in #80
- updated server CLI commands logic by @ntozaks in #83
- updating add_server config file by @ntozaks in #86
- initial auto-detect of simple configuration by @ntozaks in #84
- separating client and server arguments for listening port by @ntozaks in #85
- Bump golang.org/x/crypto from 0.21.0 to 0.35.0 in /src by @dependabot[bot] in #78
- Bump golang.org/x/net from 0.23.0 to 0.38.0 in /src by @dependabot[bot] in #79
- update wireguard-go by @Aptimex in #89
- initial regression test framework by @Aptimex in #90
- updating wt-tests.md by @ntozaks in #92
- update README by @ntozaks in #91
- README improvements and fixes by @Aptimex in #93
New Contributors
Full Changelog: v0.6.1...v0.7.0