frp/conf/frps.ini

16 lines
250 B
INI
Raw 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 = info
# file, console
log_way = file
# test1即为name
[test1]
passwd = 123
bind_addr = 0.0.0.0
listen_port = 6000