1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 02:57:44 +00:00

LookupServer: Rename setting "DNS/IPAddress" => "DNS/Nameserver"

This commit is contained in:
Andreas Kling 2020-01-26 14:51:38 +01:00
parent 0c544052a5
commit c26560ec26
3 changed files with 5 additions and 5 deletions

View file

@ -51,7 +51,7 @@ private:
};
RefPtr<CLocalServer> m_local_server;
String m_dns_ip;
String m_nameserver;
HashMap<String, String> m_dns_custom_hostnames;
HashMap<String, CachedLookup> m_lookup_cache;
};