f5fpc: Prepend all examples with sudo (#2282)
This commit is contained in:

committed by
GitHub

parent
529980ad7b
commit
52f6d80ccf
@@ -4,20 +4,20 @@
|
|||||||
|
|
||||||
- Open a new VPN connection:
|
- Open a new VPN connection:
|
||||||
|
|
||||||
`f5fpc --start`
|
`sudo f5fpc --start`
|
||||||
|
|
||||||
- Open a new VPN connection to a specific host:
|
- 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):
|
- 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:
|
- Show the current VPN status:
|
||||||
|
|
||||||
`f5fpc --info`
|
`sudo f5fpc --info`
|
||||||
|
|
||||||
- Shutdown the VPN connection:
|
- Shutdown the VPN connection:
|
||||||
|
|
||||||
`f5fpc --stop`
|
`sudo f5fpc --stop`
|
||||||
|
Reference in New Issue
Block a user