Files
cheatsheet-tldr/tldr/frp
2026-01-12 00:23:19 +00:00

19 lines
497 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# frp
> Fast Reverse Proxy: quickly set up network tunnels to expose certain services to the Internet or other external networks.
> Note: `frp` isn't a command, but a set of commands.
> More information: <https://github.com/fatedier/frp#example-usage>.
- View documentation for `frpc`, the `frp` client component:
`tldr frpc`
- View documentation for `frps`, the `frp` server component:
`tldr frps`