mirror of https://github.com/fatedier/frp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
235 B
15 lines
235 B
8 years ago
|
[common]
|
||
|
bind_addr = 0.0.0.0
|
||
|
bind_port = 7000
|
||
|
vhost_http_port = 80
|
||
|
vhost_https_port = 443
|
||
|
dashboard_port = 7500
|
||
|
privilege_mode = true
|
||
|
privilege_token = 12345678
|
||
|
|
||
|
[ssh]
|
||
|
type = tcp
|
||
|
auth_token = 123
|
||
|
bind_addr = 0.0.0.0
|
||
|
listen_port = 6000
|