frp内网穿透配置文件分享

By | 2017年7月22日

frps.ini

[common]
bind_port = 7000
vhost_https_port = 8801
vhost_http_port = 8802
dashboard_port = 7500
dashboard_user = admin
dashboard_pwd = admin
subdomain_host = domain.com


[ssh]
type = tcp
listen_port = 8803

frpc.ini

[common]
server_addr = 139.x.x.x
server_port = 7000
admin_addr = 127.0.0.1
admin_port = 7400

[webHttps]
type = https
local_ip = 127.0.0.1
local_port = 443
subdomain = webhttps
use_encryption = true
use_compression = true


[webHttp]
type = http
local_ip = 127.0.0.1
local_port = 80
subdomain = wenhttp
use_encryption = true
use_compression = true


[aria2RPC]
type = http
local_ip = 127.0.0.1
local_port = 6800
subdomain = aria2
use_encryption = true
use_compression = true

[ssh]
type = tcp
local_ip = 127.0.0.1
local_port = 22
remote_port = 8803