Frp.md 472 B


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

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

Frp

  服务器[[Frp配置文件|frps配置文件]]

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

  客户端[[Frp配置文件|frpc配置文件]]

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

  ‍