fixed output of coffee and primary banner
This commit is contained in:
@@ -552,7 +552,7 @@ func (w *DehashedWhoIs) WhoisIP(ipAddress string) ([]sqlite.LookupResult, error)
|
||||
})
|
||||
}
|
||||
|
||||
sqlite.StoreIPLookup(lookups)
|
||||
sqlite.StoreWhoisLookup(lookups)
|
||||
|
||||
return lookups, nil
|
||||
}
|
||||
@@ -702,7 +702,7 @@ func (w *DehashedWhoIs) WhoisMX(mxHostname string) ([]sqlite.LookupResult, error
|
||||
})
|
||||
}
|
||||
|
||||
sqlite.StoreIPLookup(mxLookups)
|
||||
sqlite.StoreWhoisLookup(mxLookups)
|
||||
|
||||
return mxLookups, nil
|
||||
}
|
||||
@@ -849,7 +849,7 @@ func (w *DehashedWhoIs) WhoisNS(nsHostname string) ([]sqlite.LookupResult, error
|
||||
})
|
||||
}
|
||||
|
||||
sqlite.StoreIPLookup(nsLookups)
|
||||
sqlite.StoreWhoisLookup(nsLookups)
|
||||
|
||||
return nsLookups, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user