knows which AAAA records are broken!
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
39a32b3933
commit
7a7b4b2ae4
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue