2021-10-12 04:13:54 +01:00
|
|
|
# vpnd
|
|
|
|
|
|
|
|
> Listens for incoming VPN connections.
|
|
|
|
> It should not be invoked manually.
|
2024-01-31 10:20:27 +00:00
|
|
|
> More information: <https://keith.github.io/xcode-man-pages/vpnd.8.html>.
|
2021-10-12 04:13:54 +01:00
|
|
|
|
|
|
|
- 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}}`
|
2024-01-30 04:55:24 +00:00
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
|
|
`vpnd -h`
|