* pages*: use generic word for help * git: add newline to the end Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pages*: make help and version commands comply with the style guide * java: fix Java name --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
527 B
527 B
vpnd
Listens for incoming VPN connections. It should not be invoked manually. More information: https://www.unix.com/man-page/osx/8/vpnd/.
- Start the daemon:
vpnd
- Run the daemon in the foreground:
vpnd -x
- Run the daemon in the foreground and print logs to the terminal:
vpnd -d
- Run the daemon in the foreground, print logs to the terminal, and quit after validating arguments:
vpnd -n
- Run the daemon for a specific server configuration:
vpnd -i {{server_id}}
- Display help:
vpnd -h