fix: hostinger VPS - ipv4/ipv6 son arrays, no strings

This commit is contained in:
Lizandro Guarnizo
2026-05-14 19:21:29 -05:00
parent 569084c760
commit d2fdc1f0db
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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.