mirror of
https://github.com/fatedier/frp.git
synced 2026-03-21 08:23:29 +08:00
First available commit
This commit is contained in:
14
conf/frpc.ini
Normal file
14
conf/frpc.ini
Normal 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
|
||||
Reference in New Issue
Block a user