frp/conf/frps.ini

16 lines
255 B
INI
Raw Permalink Normal View History

2016-01-27 21:24:36 +08:00
# common是必须的section
[common]
bind_addr = 0.0.0.0
bind_port = 7000
log_file = ./frps.log
# debug, info, warn, error
log_level = debug
2016-01-27 21:24:36 +08:00
# file, console
log_way = console
2016-01-27 21:24:36 +08:00
# test1即为name
[test1]
passwd = 123
bind_addr = 0.0.0.0
listen_port = 6000