天天看點

7.this is my frp config file

啟動(進入frp目錄)  linux machine

nohup ./frps -c ./frps.ini &     //啟動服務端 帶&符号

server config   file    [frps.ini]

7.this is my frp config file

client config file  [frpc.ini]

[common]

server_addr = 47.88.158.28

server_port = 7000

[RDP]

type = tcp

local_ip = 127.0.0.1

local_port = 3389

remote_port = 7001

[ssh]

type = tcp

local_ip = 127.0.0.1

local_port = 22

remote_port = 6000

[arcgisjs]

type = tcp

#被穿透的區域網路IP(可在路由器的DHCP保留目前MAC的IP靜态以後重新開機還是這個IP就不變了)

#可以設定成目前電腦的區域網路IP比如192.168.1.11也可以像下面這樣的

local_ip = 127.0.0.1

#本地網站的端口号

local_port = 9080

#(true\false)是否使用加密,預設關閉用于防止某些公司的代理伺服器可能會識别流量特征進而阻斷某些協定。

use_encryption = false

remote_port = 9080

[static_file]

type = tcp

local_ip = 127.0.0.1

#frps服務端端口放行

remote_port = 2900

plugin = static_file

#本機目錄,注意寫法

plugin_local_path = F:/file

plugin_strip_prefix = static

#賬号

plugin_http_user = admin

#密碼

plugin_http_passwd = admin

frp