2016-02-29 06:56:47 +00:00
|
|
|
# [common] is integral section
|
2016-01-27 13:24:36 +00:00
|
|
|
[common]
|
2016-03-13 16:48:22 +00:00
|
|
|
server_addr = 0.0.0.0
|
2016-02-25 02:28:34 +00:00
|
|
|
server_port = 7000
|
2016-03-13 16:21:40 +00:00
|
|
|
# console or real logFile path like ./frpc.log
|
2016-04-11 03:21:35 +00:00
|
|
|
log_file = ./frpc.log
|
2016-01-27 13:24:36 +00:00
|
|
|
# debug, info, warn, error
|
2016-04-11 03:21:35 +00:00
|
|
|
log_level = info
|
2016-04-05 09:18:21 +00:00
|
|
|
# for authentication
|
|
|
|
auth_token = 123
|
2016-01-27 13:24:36 +00:00
|
|
|
|
2016-02-29 06:56:47 +00:00
|
|
|
# test1 is the proxy name same as server's configuration
|
2016-01-27 13:24:36 +00:00
|
|
|
[test1]
|
2016-02-29 04:38:45 +00:00
|
|
|
local_ip = 127.0.0.1
|
2016-03-28 03:22:36 +00:00
|
|
|
local_port = 22
|
2016-03-31 10:48:18 +00:00
|
|
|
# true or false, if true, messages between frps and frpc will be encrypted, default is false
|
|
|
|
use_encryption = true
|