mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
15 lines
334 B
INI
15 lines
334 B
INI
# [common] is integral section
|
|
[common]
|
|
bind_addr = 0.0.0.0
|
|
bind_port = 7000
|
|
# console or real logFile path like ./frps.log
|
|
log_file = console
|
|
# debug, info, warn, error
|
|
log_level = debug
|
|
|
|
# test1 is the proxy name, client will use this name and passwd to connect to server
|
|
[test1]
|
|
passwd = 123
|
|
bind_addr = 0.0.0.0
|
|
listen_port = 6000
|