Sign inSign up

nonnichen/frpc

By nonnichen

Updated over 2 years ago

Frp Client

Image
Internet of things
0

297

nonnichen/frpc repository overview

Frpc


docker run -d --name=frpc --restart=always -v /mnt/app/frpc/frpc.ini:/frp/frpc.ini nonnichen/frpc

# vi /mnt/app/frpc/frpc.ini
[common]
server_addr = xxx.com
server_port = 7788
token = xxxxxxxx

[web_A]
type = http
local_ip = 10.10.10.50
local_port = 8881
custom_domains = a.xxx.com

[web_B]
type = https
local_ip = 10.10.10.50
local_port = 8882
custom_domains = b.xxx.com

[tcp_SSH]
type = tcp
local_ip = 10.10.10.50
local_port = 22
remote_port = 2222
custom_domains = ssh.xxx.com




Server

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

Tag summary

Content type

Image

Digest

sha256:451920d08

Size

7.8 MB

Last updated

over 2 years ago

docker pull nonnichen/frpc