fixed bug ports and listservers

This commit is contained in:
2021-04-13 20:50:02 +04:00
parent 701e72a2b4
commit b682f9d53d
6 changed files with 48 additions and 45 deletions

View File

@@ -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
}