(ws) add a dnslookup sub-command, to get the ip address of a remote host

This commit is contained in:
Benjamin Sergeant
2020-01-22 21:11:48 -08:00
parent 527308a049
commit fad9f89846
6 changed files with 49 additions and 1 deletions

View File

@ -163,4 +163,6 @@ namespace ix
const std::string& project,
const std::string& key,
bool verbose);
int ws_dns_lookup(const std::string& hostname);
} // namespace ix