fixed bug ports and listservers
This commit is contained in:
BIN
p2p/50.bin
BIN
p2p/50.bin
Binary file not shown.
@@ -1,7 +1,10 @@
|
||||
{
|
||||
"ip_address": [
|
||||
{
|
||||
"ipv4": "145.40.90.151"
|
||||
"ipv4": "145.40.90.151",
|
||||
"latency": 271458528,
|
||||
"download": 738.0909641092161,
|
||||
"upload": 1715.925379038264
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -65,7 +65,7 @@ func (i *IpAddresses) WriteIpTable() error {
|
||||
return err
|
||||
}
|
||||
|
||||
err = ioutil.WriteFile(config.SpeedTestFile, file, 0644)
|
||||
err = ioutil.WriteFile(config.IPTable, file, 0644)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user