From 19f8760c22deedac68b6385f7b6e0df83c1af3f5 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Fri, 29 Apr 2022 13:39:25 +0200 Subject: [PATCH] Add an iperf server in asia --- luci-app-iperf/root/etc/config/iperf | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/luci-app-iperf/root/etc/config/iperf b/luci-app-iperf/root/etc/config/iperf index d40063bcc..2067c865e 100644 --- a/luci-app-iperf/root/etc/config/iperf +++ b/luci-app-iperf/root/etc/config/iperf @@ -95,6 +95,15 @@ config server 'he' option udp '1' option location 'America' +config server 'biznetnetworks.com' + option host 'iperf.biznetnetworks.com' + option ipv4 '1' + option ipv6 '1' + option ports '5201,5202,5203' + option tcp '1' + option udp '1' + option location 'Asia' + config server 'milkywan' option host 'speedtest.milkywan.fr' option ipv4 '1' @@ -103,4 +112,4 @@ config server 'milkywan' option ports '9200,9201,9202,9203,9204,9205,9206,9207,9208,9209,9210,9211,9212,9213,9214,9215' option tcp '1' option udp '1' - option location 'France' + option location 'Europe'