This commit is contained in:
9seconds
2021-03-10 17:18:53 +03:00
parent a34949f15c
commit 9aa56191f9
6 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ func runAccessGetIP(ntw *network.Network, protocol string) net.IP {
},
}
resp, err := client.Get("https://ifconfig.co")
resp, err := client.Get("https://ifconfig.co") // nolint: bodyclose, noctx
if err != nil {
return nil
}