First available commit

This commit is contained in:
fatedier
2016-01-27 21:24:36 +08:00
parent 7ea8751e56
commit 7030d16e80
31 changed files with 2295 additions and 0 deletions

14
conf/frpc.ini Normal file
View File

@@ -0,0 +1,14 @@
# common是必须的section
[common]
server_addr = 127.0.0.1
bind_port = 7000
log_file = ./frpc.log
# debug, info, warn, error
log_level = info
# file, console
log_way = file
# test1即为name
[test1]
passwd = 123
local_port = 22

15
conf/frps.ini Normal file
View File

@@ -0,0 +1,15 @@
# 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