added ports and fixed docker ID not returning back

This commit is contained in:
2021-04-08 01:45:42 +04:00
parent ee8bed9c25
commit 2b2290ecea
6 changed files with 35 additions and 15 deletions

View File

@@ -60,8 +60,6 @@ func (ip *IpAddresses)SpeedTestUpdatedIPTable() error{
continue
}
fmt.Print("lol")
ip.IpAddress = append(ip.IpAddress, targets.IpAddress[i])
}