Sign inSign up

n0trace/frps

By n0trace

Updated over 7 years ago

frps

Image
3

1.5K

n0trace/frps repository overview

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

Tags:


run
docker run --name frps --restart=always \
	-p 80:80 \
	-p 443:443 \
	-p 7000:7000 \
	-p 7500:7500 \
	-d n0trace/frps

-v frps.ini:/etc/frp/frps.ini - specifies the path to the file named frps.ini, which should be your frps config file

the default config

Tag summary

Content type

Image

Digest

Size

9.2 MB

Last updated

over 7 years ago

docker pull n0trace/frps