Files
secondo/Algebras/DBService2/DNSUtilities.hpp

10 lines
171 B
C++
Raw Permalink Normal View History

2026-01-23 17:03:45 +08:00
#include <string>
#include <boost/asio.hpp>
namespace DBService {
class DNSUtilities {
public:
static std::string resolveHostToIP(std::string hostname);
};
}