You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using your Docker. Vnstat compiled from sources: vnStat 2.4 by Teemu Toivola
Here's my config file:
// Disable error reporting to screen
/ini_set('display_errors', 0);
error_reporting(E_ALL);/
// Set the default system Timezone
date_default_timezone_set('Europe/Paris');
// Path of vnstat
$vnstat_bin_dir = '/usr/bin/vnstat';
// Set to true to set your own interfaces
$use_predefined_interfaces = true;
if ($use_predefined_interfaces == true) {
$interface_list = ["enp3s0", "veth031f9b8", "vethada0f5f"];