File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
nym-gateway-probe/netstack_ping Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,13 @@ import (
3535)
3636
3737var fileUrls = []string {
38- "https://proof.ovh.net/files/1Mb.dat" ,
39- "https://nym-bandwidth-monitoring.ops-d86.workers.dev/1mb.dat" ,
38+ "https://proof.ovh.net/files/10Mb.dat" ,
4039 "https://nym-bandwidth-monitoring.ops-d86.workers.dev/10mb.dat" ,
4140 // "https://nym-bandwidth-monitoring.ops-d86.workers.dev/100mb.dat", to be introduced later
4241}
4342
4443var fileUrlsV6 = []string {
45- "https://proof.ovh.net/files/1Mb.dat" ,
46- "https://nym-bandwidth-monitoring.ops-d86.workers.dev/1mb.dat" ,
44+ "https://proof.ovh.net/files/10Mb.dat" ,
4745 "https://nym-bandwidth-monitoring.ops-d86.workers.dev/10mb.dat" ,
4846 // "https://nym-bandwidth-monitoring.ops-d86.workers.dev/100mb.dat", to be introduced later
4947}
You can’t perform that action at this time.
0 commit comments