DPITunnel-cli/include/dns.h
2022-01-03 18:27:15 +00:00

8 lines
124 B
C++

#ifndef DNS_H
#define DNS_H
#include <string>
int resolve_host(const std::string &host, std::string &ip);
#endif //DNS_H