[main] # logging (DEBUG/INFO/WARNING/ERROR/CRITICAL) log_level=DEBUG log_filename=speedtest.log # download chunk size in bytes chunk_size=1024 # sample every N chunks for averaging speed sample_every=5 # connection timeout. This is the timeout for the server to send the first response, NOT read timeout connection_timeout=60 [mail] smtp_host=smtp.mzjtechnology.com smtp_login=test_account@mzjtechnology.com smtp_password=test123456789 smtp_port=587 smtp_starttls=True # optional smtp_from=test@wiphone.io smtp_sendto=me@helldev.net