This is the config.ini
I use for the open source TrafficMonitor program for Windows
Install TrafficMonitor (using Chocolatey)
> cinst -y traffic-monitor
> cinst -y wget
> wget https://raw.githubusercontent.com/jeremyj563/TrafficMonitor/master/config.ini -O %appdata%\TrafficMonitor\config.ini
Warning: Installing the config this way will delete any history data or any other local files created in the TrafficMonitor
folder!
> rd /s/q %appdata%\TrafficMonitor
> git clone https://github.com/jeremyj563/TrafficMonitor %appdata%\TrafficMonitor