mirror of
https://github.com/fatedier/frp.git
synced 2025-07-27 07:35:07 +00: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
|
15
conf/frps.ini
Normal file
15
conf/frps.ini
Normal 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
|
Reference in New Issue
Block a user