mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:02:08 +02:00
f5fpc: add page (#2027)
This commit is contained in:
parent
4798506d6a
commit
c557e6e1e4
1 changed files with 23 additions and 0 deletions
23
pages/linux/f5fpc.md
Normal file
23
pages/linux/f5fpc.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# f5fpc
|
||||
|
||||
> A proprietry commercial SSL VPN client by BIG-IP Edge.
|
||||
|
||||
- Open a new VPN connection:
|
||||
|
||||
`f5fpc --start`
|
||||
|
||||
- Open a new VPN connection to a specific host:
|
||||
|
||||
`f5fpc --start --host {{host.example.com}}`
|
||||
|
||||
- Specify a username (user will be prompted for a password):
|
||||
|
||||
`f5fpc --start --host {{host.example.com}} --username {{user}}`
|
||||
|
||||
- Show the current VPN status:
|
||||
|
||||
`f5fpc --info`
|
||||
|
||||
- Shutdown the VPN connection:
|
||||
|
||||
`f5fpc --stop`
|
Loading…
Add table
Reference in a new issue