aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/wg.8 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tools: reorganize for multiplatform wg-quickJason A. Donenfeld2018-05-141-230/+0
|
* wg(8): clarify phrasingJason A. Donenfeld2018-02-171-3/+3
|
* tools: allow in-line commentsJason A. Donenfeld2018-02-171-2/+2
|
* global: wireguard.io --> wireguard.comJason A. Donenfeld2017-07-201-2/+2
| | | | | Due to concerns with the .io TLD, we are switching to using wireguard.com instead.
* noise: redesign preshared key modeJason A. Donenfeld2017-05-171-11/+11
|
* tools: no hyphen in preshared, to keep uniformityJason A. Donenfeld2017-04-201-1/+1
|
* tools: document # comments in wg(8) man pageJason A. Donenfeld2017-03-241-1/+3
|
* tools: add wg show [interface] dumpJason A. Donenfeld2017-02-231-2/+8
|
* tools: give "off" value for fwmarkJason A. Donenfeld2017-02-231-3/+6
|
* socket: enable setting of fwmarkJason A. Donenfeld2017-02-131-2/+4
|
* socket: general ephemeral ports instead of name-based portsJason A. Donenfeld2017-02-131-3/+3
|
* tools: remove key for any empty fileJason A. Donenfeld2017-02-071-14/+15
| | | | | Rather than just using /dev/null to mean key removal, match on any empty file, so that this interface is cross platform.
* tools: man: recommend correct portJason A. Donenfeld2017-01-151-1/+1
|
* tools: add wg-quickJason A. Donenfeld2017-01-051-3/+3
| | | | | This is based on wg-config, but is even easier to use, and now makes our full tools suite.
* tools: rename 'bandwidth' to 'transfer' in outputTomasz Torcz2016-12-231-1/+1
| | | | | 'bandwidth' is a measure of speed, but wg's output shows only the number of bytes transferred. Thus 'transfer' is a better label.
* tools: fix latest-handshake typo in documentationJason A. Donenfeld2016-12-161-1/+1
| | | | Reported-by: Dan Lüdtke <mail@danrl.com>
* persistent-keepalive: change range to [1,65535]Jason A. Donenfeld2016-08-081-2/+2
|
* tools: do not show private keys in pretty outputJason A. Donenfeld2016-08-021-0/+3
|
* tools: fix numbering in man pageJason A. Donenfeld2016-07-161-2/+2
|
* persistent keepalive: use authenticated keepalivesJason A. Donenfeld2016-07-101-5/+5
|
* persistent keepalive: documentationJason A. Donenfeld2016-07-081-3/+18
|
* contrib: remove extraneous cruftJason A. Donenfeld2016-07-011-1/+3
| | | | | | | We don't want people packaging these or even using these scripts, which are only useful for limited development circumstances, so get rid of them. More widespread development testing techniques still exist in src/debug.mk and src/netns.sh
* wg.8: wording tweaksexperimental-0.0.20160630Jason A. Donenfeld2016-07-011-5/+7
| | | | Suggested-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
* Readme: use https instead of httpDaniel Kahn Gillmor2016-06-301-1/+1
| | | | | For the websites referenced that offer https instead of http, use https.
* Initial commitJason A. Donenfeld2016-06-251-0/+194