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