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:
parent
0c544052a5
commit
c26560ec26
3 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue