Sign inSign up

nonnichen/frps

By nonnichen

Updated over 4 years ago

Test for Frp Server

Image
0

328

nonnichen/frps repository overview

Frps


docker run -d --name frps --network host -v /mnt/app/frps/conf:/conf --restart=always nonnichen/frps

# vi /mnt/app/frps/conf/frps.ini
[common]
bind_port = 7788
token = ssssss
vhost_http_port = 7780
vhost_https_port = 7443

dashboard_port = 7700
dashboard_user = user
dashboard_pwd = password

tcp_mux = true
max_pool_count = 10




Client

frpc.ini
[common]
server_addr = xx.xx.xx.xx
server_port = 7788
token = ssssss

[frp-admin-web]
type = http
local_port = 80
use_encryption = true
use_compression = true
custom_domains = x.domain.com
http_user = user
http_pwd = password

Tag summary

Content type

Image

Digest

Size

10 MB

Last updated

over 4 years ago

docker pull nonnichen/frps