mirror of
https://github.com/fatedier/frp.git
synced 2024-11-15 04:24:55 +01:00
17 lines
341 B
INI
17 lines
341 B
INI
# [common] is integral section
|
|
[common]
|
|
server_addr = 127.0.0.1
|
|
server_port = 7000
|
|
# console or real logFile path like ./frpc.log
|
|
log_file = console
|
|
# debug, info, warn, error
|
|
log_level = debug
|
|
# file, console
|
|
log_way = file
|
|
|
|
# test1 is the proxy name same as server's configuration
|
|
[test1]
|
|
passwd = 123
|
|
local_ip = 127.0.0.1
|
|
local_port = 22
|