Sign inSign up

theanony/frp

By theanony

Updated about 2 years ago

A very useful docker image of repo fatedier/frp

Image
Networking
Developer tools
2

169

theanony/frp repository overview

Frp is a fast reverse proxy to help you expose a local server behind a NAT or firewall to the Internet.

Include the fp-multiuser plugin in this image, you can run it via a specific --entrypoint.

To see more about it please visit to https://github.com/fatedier/frp.

image usage

  • run a client
docker run -itd theanony/frp:0.60.0
  • run a server
docker run -itd --entrypoint ./frps theanony/frp:0.60.0 -c frps.toml
  • custom the client config
docker run -itd -v ./frpc.toml:/frp/config.toml:ro theanony/frp:0.60.0
  • custom the server config
docker run -itd --entrypoint ./frps -v ./frps.toml:/frp/config.toml:ro theanony/frp:0.60.0 -c config.toml
  • run fp-multiuser plugin
docker run -itd --entrypoint ./fp-multiuser -v ./tokens:/frp/tokens:ro theanony/frp:0.60.0 -l 0.0.0.0:7200 -f tokens

Tag summary

Content type

Image

Digest

sha256:7cb90d855

Size

19.6 MB

Last updated

about 2 years ago

docker pull theanony/frp:0.60.0