Files
tldr/pages/common/frpc.md
Reinhart Previano Koentjoro 4e2811b7e3 frp, frpc, frps: add page (#12945)
Co-authored-by: spageektti <git@spageektti.cc>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Vítor Henrique <87824454+vitorhcl@users.noreply.github.com>
2024-06-14 00:15:03 +02:00

799 B

frpc

Connect to a frps server to start proxying connections on the current host. Part of frp. More information: https://github.com/fatedier/frp.

  • Start the service, using the default configuration file (assumed to be frps.ini in the current directory):

frpc

  • Start the service, using the newer TOML configuration file (frps.toml instead of frps.ini) in the current directory:

frpc {{-c|--config}} ./frps.toml

  • Start the service, using a specific configuration file:

frpc {{-c|--config}} {{path/to/file}}

  • Check if the configuration file is valid:

frpc verify {{-c|--config}} {{path/to/file}}

  • Print autocompletion setup script for Bash, Fish, PowerShell, or Zsh:

frpc completion {{bash|fish|powershell|zsh}}

  • Display version:

frpc {{-v|--version}}