♻️ Split dns resolver into two files
This commit is contained in:
parent
fab92b078b
commit
908c4871ed
4 changed files with 197 additions and 193 deletions
|
@ -16,7 +16,7 @@ interface IServerEntry {
|
|||
ip: string;
|
||||
/** Which network / cloud provider this IP address belongs to. */
|
||||
type: NetworkType;
|
||||
/** When we were last able to resolve to this IP address. */
|
||||
/** When we were last able to resolve to this IP address, time given in milliseconds. */
|
||||
lastSeen: number;
|
||||
/** A measure of how reliable this IP address is, based on how often and how recently it was resolved. */
|
||||
weight: number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue