Frp.md 476 B


title: Frp date: 2024-12-19T16:15:20+08:00

lastmod: 2024-12-19T16:16:49+08:00

Frp

  服务器frps配置文件

docker run --restart=always --network host -d -v /etc/frp/frps.toml:/etc/frp/frps.toml --name frps snowdreamtech/frps

  客户端frpc配置文件

docker run --restart=always --network host -d -v /etc/frp/frpc.toml:/etc/frp/frpc.toml --name frpc snowdreamtech/frpc

  ‍