2016-02-29 13:56:47 +07:00
|
|
|
# [common] is integral section
|
2016-01-27 20:24:36 +07:00
|
|
|
[common]
|
|
|
|
server_addr = 127.0.0.1
|
2016-02-25 09:28:34 +07:00
|
|
|
server_port = 7000
|
2016-01-27 20:24:36 +07:00
|
|
|
log_file = ./frpc.log
|
|
|
|
# debug, info, warn, error
|
2016-02-18 10:42:31 +07:00
|
|
|
log_level = debug
|
2016-01-27 20:24:36 +07:00
|
|
|
# file, console
|
2016-02-29 13:56:47 +07:00
|
|
|
log_way = file
|
2016-01-27 20:24:36 +07:00
|
|
|
|
2016-02-29 13:56:47 +07:00
|
|
|
# test1 is the proxy name same as server's configuration
|
2016-01-27 20:24:36 +07:00
|
|
|
[test1]
|
|
|
|
passwd = 123
|
2016-02-29 11:38:45 +07:00
|
|
|
local_ip = 127.0.0.1
|
2016-01-27 20:24:36 +07:00
|
|
|
local_port = 22
|