summaryrefslogtreecommitdiffstats
path: root/utils/librespeed-common/files/librespeed.config
blob: 3fa1afa0bf9bbf7318e649297dd5972ac5f18f81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
config librespeed 'main'
	option interface 'wan'
	option server 'auto'
	option scheme 'auto'
	option server_list ''

config librespeed 'schedule'
	option enabled '0'
	option interval '1d'
	option days '*'
	option hours '2-5'

config librespeed 'history'
	option enabled '1'
	option path '/tmp/librespeed/history.jsonl'
	option retention '30d'
	option archive_path ''
	option archive_retention '365d'