Minor fixes for WAN speed testing. See v1.4.0 release notes for what's new in v1.4.0+
WAN Speed Test
- Disabled WANs excluded from gateway test dropdown - WAN interfaces that are disabled in UniFi (like an unused SFP+ port) no longer show up as options in the Gateway (Direct) speed test.
- Failed results now visible in history - When all WAN speed test results were failures, the history table showed headers but no rows. Failed results now display correctly.
Installation
Windows: Download the MSI installer below
Docker:
docker compose pull && docker compose up -dmacOS (native, recommended for accurate speed tests vs Docker Desktop):
git clone https://github.com/Ozark-Connect/NetworkOptimizer.git && cd NetworkOptimizer && ./scripts/install-macos-native.sh
# or if you already have it cloned
cd NetworkOptimizer && git pull && ./scripts/install-macos-native.shProxmox:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Ozark-Connect/NetworkOptimizer/main/scripts/proxmox/install.sh)"For other platforms (Synology, QNAP, Unraid, native Linux), see the Deployment Guide.