2016-02-29 13:56:47 +07:00
# [common] is integral section
2016-01-27 20:24:36 +07:00
[common]
2016-03-13 23:48:22 +07:00
server_addr = 0.0.0.0
2016-02-25 09:28:34 +07:00
server_port = 7000
2016-03-13 23:21:40 +07:00
# console or real logFile path like ./frpc.log
2016-04-11 10:21:35 +07:00
log_file = ./frpc.log
2016-01-27 20:24:36 +07:00
# debug, info, warn, error
2016-04-11 10:21:35 +07:00
log_level = info
2016-04-05 16:18:21 +07:00
# for authentication
auth_token = 123
2016-01-27 20:24:36 +07:00
2016-04-18 14:16:40 +07:00
# ssh is the proxy name same as server's configuration
[ssh]
# tcp | http, default is tcp
type = tcp
2016-02-29 11:38:45 +07:00
local_ip = 127.0.0.1
2016-03-28 10:22:36 +07:00
local_port = 22
2016-03-31 17:48:18 +07:00
# true or false, if true, messages between frps and frpc will be encrypted, default is false
use_encryption = true
2016-04-18 14:16:40 +07:00
# Resolve your domain names to [server_addr] so you can use http://web01.yourdomain.com to browse web01 and http://web02.yourdomain.com to browse web02, the domains are set in frps.ini
[web01]
type = http
local_ip = 127.0.0.1
local_port = 80
use_encryption = true
[web02]
type = http
local_ip = 127.0.0.1
local_port = 8000