You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# [common] is integral section
|
|
|
|
[common]
|
|
|
|
bind_addr = 0.0.0.0
|
|
|
|
bind_port = 7000
|
|
|
|
# if you want to support virtual host, you must set the http port for listening (optional)
|
|
|
|
vhost_http_port = 80
|
|
|
|
# if you want to configure or reload frps by dashboard, dashboard_port is needed
|
|
|
|
dashboard_port = 7500
|
|
|
|
# console or real logFile path like ./frps.log
|
|
|
|
log_file = ./frps.log
|
|
|
|
# debug, info, warn, error
|
|
|
|
log_level = info
|
|
|
|
log_max_days = 3
|
|
|
|
|
|
|
|
# ssh is the proxy name, client will use this name and auth_token to connect to server
|
|
|
|
[ssh]
|
|
|
|
type = tcp
|
|
|
|
auth_token = 123
|
|
|
|
bind_addr = 0.0.0.0
|
|
|
|
listen_port = 6000
|
|
|
|
|
|
|
|
[web01]
|
|
|
|
type = http
|
|
|
|
auth_token = 123
|
|
|
|
# if proxy type equals http, custom_domains must be set separated by commas
|
|
|
|
custom_domains = web01.yourdomain.com,web01.yourdomain2.com
|
|
|
|
|
|
|
|
[web02]
|
|
|
|
type = http
|
|
|
|
auth_token = 123
|
|
|
|
custom_domains = web02.yourdomain.com
|