From 16e86e1a0739c9c3e802315ca1f558aeaceac51f Mon Sep 17 00:00:00 2001 From: benedetta davico <46782255+benedettadavico@users.noreply.github.com> Date: Wed, 15 Oct 2025 15:15:20 +0200 Subject: [PATCH] Update lib.go --- nym-gateway-probe/netstack_ping/lib.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/nym-gateway-probe/netstack_ping/lib.go b/nym-gateway-probe/netstack_ping/lib.go index ba41899e2a..bd3438a8da 100644 --- a/nym-gateway-probe/netstack_ping/lib.go +++ b/nym-gateway-probe/netstack_ping/lib.go @@ -35,15 +35,13 @@ import ( ) var fileUrls = []string{ - "https://proof.ovh.net/files/1Mb.dat", - "https://nym-bandwidth-monitoring.ops-d86.workers.dev/1mb.dat", + "https://proof.ovh.net/files/10Mb.dat", "https://nym-bandwidth-monitoring.ops-d86.workers.dev/10mb.dat", // "https://nym-bandwidth-monitoring.ops-d86.workers.dev/100mb.dat", to be introduced later } var fileUrlsV6 = []string{ - "https://proof.ovh.net/files/1Mb.dat", - "https://nym-bandwidth-monitoring.ops-d86.workers.dev/1mb.dat", + "https://proof.ovh.net/files/10Mb.dat", "https://nym-bandwidth-monitoring.ops-d86.workers.dev/10mb.dat", // "https://nym-bandwidth-monitoring.ops-d86.workers.dev/100mb.dat", to be introduced later }