mirror of https://github.com/CrimsonTome/tldr.git
29 lines
478 B
Markdown
29 lines
478 B
Markdown
|
# vpnd
|
||
|
|
||
|
> Listens for incoming VPN connections.
|
||
|
> It should not be invoked manually.
|
||
|
|
||
|
- 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`
|
||
|
|
||
|
- Print usage summary and exit:
|
||
|
|
||
|
`vpnd -h`
|
||
|
|
||
|
- Run the daemon for a specific server configuration:
|
||
|
|
||
|
`vpnd -i {{server_id}}`
|