2016-02-29 14:56:47 +08:00
|
|
|
# [common] is integral section
|
2016-01-27 21:24:36 +08:00
|
|
|
[common]
|
|
|
|
bind_addr = 0.0.0.0
|
|
|
|
bind_port = 7000
|
2016-04-18 15:16:40 +08:00
|
|
|
# optional
|
|
|
|
vhost_http_port = 80
|
2016-03-14 00:21:40 +08:00
|
|
|
# console or real logFile path like ./frps.log
|
2016-04-11 11:21:35 +08:00
|
|
|
log_file = ./frps.log
|
2016-01-27 21:24:36 +08:00
|
|
|
# debug, info, warn, error
|
2016-04-11 11:21:35 +08:00
|
|
|
log_level = info
|
2016-05-03 21:41:57 +08:00
|
|
|
log_max_days = 3
|
2016-01-27 21:24:36 +08:00
|
|
|
|
2016-04-18 15:16:40 +08:00
|
|
|
# ssh is the proxy name, client will use this name and auth_token to connect to server
|
|
|
|
[ssh]
|
|
|
|
type = tcp
|
2016-04-05 17:18:21 +08:00
|
|
|
auth_token = 123
|
2016-01-27 21:24:36 +08:00
|
|
|
bind_addr = 0.0.0.0
|
|
|
|
listen_port = 6000
|
2016-04-18 15:16:40 +08:00
|
|
|
|
|
|
|
[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
|