Update frps_full.ini
This commit is contained in:
parent
d1fe4bd314
commit
708149d90c
@ -54,6 +54,12 @@ log_level = info
|
|||||||
|
|
||||||
log_max_days = 3
|
log_max_days = 3
|
||||||
|
|
||||||
|
# log the duration of each connection for the connection type identified by its name
|
||||||
|
# examples,
|
||||||
|
# 'log_duration_types = ssh,rdp', it will log the duration for connection name has string 'ssh' or 'rdp'.
|
||||||
|
# 'log_duration_types = all', it will log the duration for all connections.
|
||||||
|
log_duration_types = ssh,rdp
|
||||||
|
|
||||||
# disable log colors when log_file is console, default is false
|
# disable log colors when log_file is console, default is false
|
||||||
disable_log_color = false
|
disable_log_color = false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user