mirror of
https://github.com/skidoodle/hostinfo
synced 2026-04-28 17:47:36 +02:00
refactor DNS resolution and IP handling; remove unused utility
This commit is contained in:
+4
-4
@@ -15,11 +15,11 @@ export interface DNSEntry {
|
||||
}
|
||||
|
||||
export interface FetchServerInfoRequest {
|
||||
type: 'FETCH_SERVER_INFO';
|
||||
hostname: string;
|
||||
type: 'FETCH_SERVER_INFO'
|
||||
hostname: string
|
||||
}
|
||||
|
||||
export interface FetchServerInfoResponse {
|
||||
error?: string;
|
||||
data?: ServerData;
|
||||
error?: string
|
||||
data?: ServerData
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user