knows which AAAA records are broken!

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-06 19:58:58 -06:00
parent 39a32b3933
commit 7a7b4b2ae4
1 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,8 @@ func (ls *LinuxStatus) setHostShort() {
}
}
func (ls *LinuxStatus) GetIPv6os() []string {
func (ls *LinuxStatus) GetIPv6() []string {
if ! me.Ready() {return nil}
tmp := me.workingIPv6.Get()
return strings.Split(tmp, "\n")
}