Skip to content

Command Line Arguments

Sudo Dios edited this page Oct 15, 2024 · 3 revisions

Help Output :

Rust backend for LibreSpeed

Usage: librespeed-rs [OPTIONS]

Options:
  -c, --config <server-config-path>
          
      --update-ipdb
          Download or update IPInfo country asn database
  -b, --bind-address <bind-address>
          Bind IP address
  -p, --listen-port <listen-port>
          Listening port
      --base-url <base-url>
          Specify base api url /{base_url}/routes
      --ipinfo-api-key <ipinfo-api-key>
          Specify the ipinfo API key
      --assets-path <assets-path>
          Specify the directory of speedtest web frontend
      --stats-password <stats-password>
          Specify the password for logging into statistics page
      --redact-ips <redact-ips>
          Redact IP addresses [possible values: true, false]
      --result-image-theme <result-image-theme>
          Specify telemetry result image theme : light, dark
      --database-type <database-type>
          Specify the database type : mysql, postgres, sqlite, memory
      --database-hostname <database-hostname>
          Specify the database connection hostname
      --database-name <database-name>
          Specify the database name
      --database-username <database-username>
          Specify the database authentication username
      --database-password <database-password>
          Specify the database authentication password
      --database-file <database-file>
          Specify the database file path (for sqlite database type)
      --enable-tls <enable-tls>
          Enable and use TLS server [possible values: true, false]
      --tls-cert-file <tls-cert-file>
          Specify the certificate file path
      --tls-key-file <tls-key-file>
          Specify the key file path
  -h, --help
          Print help
  -V, --version
          Print version
Clone this wiki locally