Update frps_full.ini

This commit is contained in:
berlin2123 2022-06-12 16:05:58 +08:00 committed by GitHub
parent d1fe4bd314
commit 708149d90c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,6 +54,12 @@ log_level = info
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_color = false