fix: hostinger VPS - ipv4/ipv6 son arrays, no strings
This commit is contained in:
@@ -80,8 +80,8 @@ type HostingerVPS struct {
|
||||
CPU int `json:"cpus"`
|
||||
RAMBytes int64 `json:"ram"`
|
||||
DiskBytes int64 `json:"disk"`
|
||||
IPV4 string `json:"ipv4"`
|
||||
IPV6 string `json:"ipv6"`
|
||||
IPV4 []string `json:"ipv4"`
|
||||
IPV6 []string `json:"ipv6"`
|
||||
}
|
||||
|
||||
// HostingerDomain representa un dominio en el portafolio.
|
||||
|
||||
Reference in New Issue
Block a user