2016-02-29 06:56:47 +00:00
|
|
|
# [common] is integral section
|
2016-01-27 13:24:36 +00:00
|
|
|
[common]
|
2016-08-11 16:32:33 +00:00
|
|
|
# A literal address or host name for IPv6 must be enclosed
|
|
|
|
# in square brackets, as in "[::1]:80", "[ipv6-host]:http" or "[ipv6-host%zone]:80"
|
2016-01-27 13:24:36 +00:00
|
|
|
bind_addr = 0.0.0.0
|
|
|
|
bind_port = 7000
|
2016-12-20 17:01:44 +00:00
|
|
|
|
2016-05-18 16:04:19 +00:00
|
|
|
# if you want to support virtual host, you must set the http port for listening (optional)
|
2016-04-18 07:16:40 +00:00
|
|
|
vhost_http_port = 80
|
2016-06-13 14:19:24 +00:00
|
|
|
vhost_https_port = 443
|
2016-12-20 17:01:44 +00:00
|
|
|
|
2016-06-03 09:51:45 +00:00
|
|
|
# if you want to configure or reload frps by dashboard, dashboard_port must be set
|
2016-05-18 16:04:19 +00:00
|
|
|
dashboard_port = 7500
|
2016-12-20 17:01:44 +00:00
|
|
|
|
|
|
|
# dashboard user and pwd for basic auth protect, if not set, both default value is admin
|
|
|
|
dashboard_user = admin
|
|
|
|
dashboard_pwd = admin
|
|
|
|
|
2016-08-10 12:18:36 +00:00
|
|
|
# dashboard assets directory(only for debug mode)
|
2016-08-11 13:47:26 +00:00
|
|
|
# assets_dir = ./static
|
2016-03-13 16:21:40 +00:00
|
|
|
# console or real logFile path like ./frps.log
|
2016-04-11 03:21:35 +00:00
|
|
|
log_file = ./frps.log
|
2016-12-20 17:01:44 +00:00
|
|
|
|
2017-04-24 16:34:14 +00:00
|
|
|
# trace, debug, info, warn, error
|
2016-04-11 03:21:35 +00:00
|
|
|
log_level = info
|
2016-12-20 17:01:44 +00:00
|
|
|
|
2016-05-03 13:41:57 +00:00
|
|
|
log_max_days = 3
|
2016-12-20 17:01:44 +00:00
|
|
|
|
2017-03-08 18:03:47 +00:00
|
|
|
# privilege mode is the only supported mode since v0.10.0
|
2016-06-27 16:21:13 +00:00
|
|
|
privilege_token = 12345678
|
2016-12-20 17:01:44 +00:00
|
|
|
|
2017-01-04 15:09:28 +00:00
|
|
|
# heartbeat configure, it's not recommended to modify the default value
|
2017-05-14 16:08:21 +00:00
|
|
|
# the default value of heartbeat_timeout is 90
|
|
|
|
# heartbeat_timeout = 90
|
2016-12-30 08:16:07 +00:00
|
|
|
|
2016-08-11 16:57:46 +00:00
|
|
|
# only allow frpc to bind ports you list, if you set nothing, there won't be any limit
|
2016-07-30 18:17:10 +00:00
|
|
|
privilege_allow_ports = 2000-3000,3001,3003,4000-50000
|
2016-12-20 17:01:44 +00:00
|
|
|
|
2016-07-29 15:08:00 +00:00
|
|
|
# pool_count in each proxy will change to max_pool_count if they exceed the maximum value
|
2017-03-08 18:03:47 +00:00
|
|
|
max_pool_count = 10
|
2016-12-20 17:01:44 +00:00
|
|
|
|
|
|
|
# authentication_timeout means the timeout interval (seconds) when the frpc connects frps
|
|
|
|
# if authentication_timeout is zero, the time is not verified, default is 900s
|
|
|
|
authentication_timeout = 900
|
|
|
|
|
|
|
|
# if subdomain_host is not empty, you can set subdomain when type is http or https in frpc's configure file
|
|
|
|
# when subdomain is test, the host used by routing is test.frps.com
|
|
|
|
subdomain_host = frps.com
|