frpc
all
Connect to a `frps` server to start proxying connections on the current host. Part of `frp`.
More info →Options (2)
-c, --configbooleanStart the service, using the newer TOML configuration file
Example:
frpc {{[-c|--config]}} {{path/to/frps.toml}}-v, --versionbooleanDisplay version
Example:
frpc {{[-v|--version]}}Examples (6)
Start the service, using the default configuration file (assumed to be `frps.ini` in the current directory)
Start the service, using the newer TOML configuration file
frpc [-c|--config] path/to/frps.tomlStart the service, using a specific configuration file
frpc [-c|--config] path/to/fileCheck if the configuration file is valid
frpc verify [-c|--config] path/to/filePrint autocompletion setup script for Bash, fish, PowerShell, or Zsh
frpc completion bash|fish|powershell|zshDisplay version
frpc [-v|--version]made by @shridhargupta | data from tldr-pages