diff --git a/pkg/monitor/myip.go b/pkg/monitor/myip.go index 829f896..f266b7e 100644 --- a/pkg/monitor/myip.go +++ b/pkg/monitor/myip.go @@ -98,7 +98,6 @@ func FetchIP(useIPv6CountryCode bool) *pb.GeoIP { } func fetchIP(servers []string, isV6 bool) string { - return "" // TODO: implement this function var ip string var resp *http.Response var err error