frp/conf/frpc.ini

15 lines
310 B
INI
Raw Normal View History

# [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
log_file = console
2016-01-27 13:24:36 +00:00
# debug, info, warn, error
log_level = debug
2016-01-27 13:24:36 +00:00
# test1 is the proxy name same as server's configuration
2016-01-27 13:24:36 +00:00
[test1]
passwd = 123
local_ip = 127.0.0.1
local_port = 8000