Frp搭建教程
Congratulations, frps install completed!
You Server IP : x.x.x.x
Bind port : 5443
KCP support : true
vhost http port : 8080
vhost https port : 443
Dashboard port : 6443
token : frptoken
subdomain_host : x.x.x.x
tcp_mux : true
Max Pool count : 50
Log level : info
Log max days : 3
Log file : enable
frps Dashboard : http://x.x.x.x:6443/
Dashboard user : admin
Dashboard password : frpadmin
frps status manage : frps {start|stop|restart|status|config|version}
Example:
start: frps start
stop: frps stop
restart: frps restart
[common]
server_addr = x.x.x.x
server_port = 5443
log_level = info
disable_log_color = false
token = frptoken
admin_port = 8000
admin_user = admin
admin_pwd = frpadmin
protocol = tcp
tls_enable = false
[ssh]
type = tcp
local_ip = 127.0.0.1
local_port = 22
remote_port = 6000
http, it's useful
[web01]
type = http
cal_ip = 127.0.0.1
local_port = 80
use_encryption = false
use_compression = true
custom_domains = frp.demo.com
remote_port = 10000
http_user = admin
http_pwd = frpadmin
header_X-From-Where = frp
[httpWithNoDomain]
type = tcp
local_ip = 127.0.0.1
local_port = 80
remote_port = 10000