UI support second DNS server.

This commit is contained in:
Nick Peng
2019-09-08 22:17:08 +08:00
parent 8c96081807
commit c4b99a99e7
6 changed files with 224 additions and 12 deletions

View File

@@ -16,6 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#define _GNU_SOURCE
#include "dns_client.h"
#include "atomic.h"
#include "dns.h"
@@ -45,6 +46,7 @@
#include <stdlib.h>
#include <string.h>
#include <sys/epoll.h>
#include <string.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/types.h>