♻️ Split dns resolver into two files

This commit is contained in:
C-3PO 2018-06-22 12:36:10 +02:00
parent fab92b078b
commit 908c4871ed
Signed by: c3po
GPG key ID: 62993C4BB4D86F24
4 changed files with 197 additions and 193 deletions

View file

@ -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;