mirror of
https://github.com/skidoodle/hostinfo
synced 2026-04-28 17:47:36 +02:00
fix hostname
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export interface GeoData {
|
||||
ip: string;
|
||||
hostname: string | null;
|
||||
countryCode: string | null;
|
||||
countryName: string | null;
|
||||
city: string | null;
|
||||
|
||||
Reference in New Issue
Block a user