From df8bee280a83918047d6068b53e65108afe44087 Mon Sep 17 00:00:00 2001 From: fumiama Date: Fri, 31 Dec 2021 22:22:50 +0800 Subject: [PATCH] edit README --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60cced6..664bff0 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,19 @@ ## Usage > If you are running in windows, remember to select the `wintun.dll` of your arch in `lower/wintun` and place it alongside the compiled exe ```bash -wg [-c config.yaml] [-g] [-h] [-p] - +wg [-c config.yaml] [-d|w] [-g] [-h] [-m mtu] [-p] +``` +#### Instructions +```bash -c string specify conf file (default "config.yaml") + -d print debug logs -g generate key pair -h display this help + -m int + set the mtu of wg (default 32700) -p show my publickey + -w only show logs above warn level ``` ## Config file example