Update page.tsx

This commit is contained in:
MacRimi
2025-03-03 12:27:02 +01:00
committed by GitHub
parent dc89adf5bc
commit d0ef4bec86

View File

@@ -150,7 +150,7 @@ export default function BasicSettingsPage() {
className="mt-2 rounded shadow-lg"
/>
</li>
<li>>
<li>
<strong>iperf3</strong>: A tool for active measurements of the maximum achievable bandwidth on IP networks
<p className="mt-2">Example usage (server mode):</p>
<code className="block bg-gray-100 p-2 rounded">iperf3 -s</code>