frp/conf/frpc.ini

18 lines
450 B
INI
Raw Normal View History

# [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
log_file = ./frpc.log
2016-01-27 20:24:36 +07:00
# debug, info, warn, error
log_level = info
# for authentication
auth_token = 123
2016-01-27 20:24:36 +07:00
# test1 is the proxy name same as server's configuration
2016-01-27 20:24:36 +07:00
[test1]
local_ip = 127.0.0.1
2016-03-28 10:22:36 +07:00
local_port = 22
# true or false, if true, messages between frps and frpc will be encrypted, default is false
use_encryption = true