Sign inSign up

mlei/frpc

By mlei

Updated over 7 years ago

my frp client build

Image
0

839

mlei/frpc repository overview

my frpc bulid

put config file to /work/frp/conf , name: frpc.ini

config file refre: https://github.com/fatedier/frp/blob/master/conf/frpc_full.ini

config file:

[common]
server_addr = 1.2.3.4
server_port = 7000
token = token
http_proxy = http://127.0.0.1:8123

docker-compose.yml

version: '3'
services:
  frps:
    image: mlei/frpc
    container_name: frpc
    restart: always
    volumes:
    - /work/frp/conf:/conf
    - /work/frp/log:/var/log/frp
    network_mode: host

Tag summary

Content type

Image

Digest

Size

8.1 MB

Last updated

over 7 years ago

docker pull mlei/frpc