mirror of
https://github.com/whyvl/wireproxy.git
synced 2025-04-29 19:01:42 +02:00
add configtest flag
This commit is contained in:
parent
6f9e9d2f42
commit
77bd80fbbd
2 changed files with 18 additions and 9 deletions
|
@ -27,14 +27,17 @@ anything.
|
|||
|
||||
```
|
||||
usage: wireproxy [-h|--help] -c|--config "<value>" [-d|--daemon]
|
||||
[-n|--configtest]
|
||||
|
||||
Userspace wireguard client for proxying
|
||||
|
||||
Arguments:
|
||||
|
||||
-h --help Print help information
|
||||
-c --config Path of configuration file
|
||||
-d --daemon Make wireproxy run in background
|
||||
-h --help Print help information
|
||||
-c --config Path of configuration file
|
||||
-d --daemon Make wireproxy run in background
|
||||
-n --configtest Configtest mode. Only check the configuration file for
|
||||
validity.
|
||||
```
|
||||
|
||||
# Sample config file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue