f5fpc: Prepend all examples with sudo (#2282)

This commit is contained in:
Starbeamrainbowlabs 2018-09-01 23:30:19 +01:00 committed by GitHub
parent 529980ad7b
commit 52f6d80ccf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,20 +4,20 @@
- Open a new VPN connection:
`f5fpc --start`
`sudo f5fpc --start`
- Open a new VPN connection to a specific host:
`f5fpc --start --host {{host.example.com}}`
`sudo f5fpc --start --host {{host.example.com}}`
- Specify a username (user will be prompted for a password):
`f5fpc --start --host {{host.example.com}} --username {{user}}`
`sudo f5fpc --start --host {{host.example.com}} --username {{user}}`
- Show the current VPN status:
`f5fpc --info`
`sudo f5fpc --info`
- Shutdown the VPN connection:
`f5fpc --stop`
`sudo f5fpc --stop`