Support TLS query.

This commit is contained in:
Nick Peng
2018-10-14 22:52:45 +08:00
parent f68e4eda1c
commit 4e92267f24
9 changed files with 478 additions and 16 deletions

View File

@@ -6,7 +6,7 @@
typedef enum {
DNS_SERVER_UDP,
DNS_SERVER_TCP,
DNS_SERVER_HTTP,
DNS_SERVER_TLS,
DNS_SERVER_TYPE_END,
} dns_server_type_t;