mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-09 06:32:41 +01:00
@@ -82,7 +82,7 @@ func main() {
|
|||||||
}
|
}
|
||||||
fmt.Printf("%s:%d\t%s\t%s\t%s\n",
|
fmt.Printf("%s:%d\t%s\t%s\t%s\n",
|
||||||
ip, port,
|
ip, port,
|
||||||
info.Organization.Handle, info.Organization.Name, info.Organization.Reference)
|
info.Net.Organization.Handle, info.Net.Organization.Name, info.Net.Organization.Reference)
|
||||||
}
|
}
|
||||||
}(ip.String())
|
}(ip.String())
|
||||||
}
|
}
|
||||||
@@ -153,6 +153,10 @@ func isKubernetesDashboard(ip string, port int) bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type ARINResponse struct {
|
type ARINResponse struct {
|
||||||
|
Net NetJSON `json:"net,omitempty"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type NetJSON struct {
|
||||||
Organization OrganizationJSON `json:"orgReg,omitempty"`
|
Organization OrganizationJSON `json:"orgReg,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user