mirror of
https://github.com/sogou/workflow.git
synced 2026-02-08 01:33:17 +08:00
Change tutorial-17 DNS server
This commit is contained in:
@@ -149,7 +149,7 @@ int main(int argc, char *argv[])
|
||||
qtype = it->second;
|
||||
}
|
||||
|
||||
std::string url = "dns://8.8.8.8/";
|
||||
std::string url = "dns://119.29.29.29";
|
||||
WFDnsTask *task = WFTaskFactory::create_dns_task(url, 0, dns_callback);
|
||||
|
||||
protocol::DnsRequest *req = task->get_req();
|
||||
|
||||
Reference in New Issue
Block a user