(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

@ -65,6 +65,7 @@ add_executable(ws
ws_autobahn.cpp
ws_proxy_server.cpp
ws_sentry_minidump_upload.cpp
ws_dns_lookup.cpp
ws.cpp)
target_link_libraries(ws ixsnake)