Add address rule

This commit is contained in:
Nick Peng
2018-06-25 00:03:24 +08:00
parent aaca2494e4
commit 7e60b9bc72
8 changed files with 207 additions and 13 deletions

View File

@@ -234,7 +234,6 @@ void smartdns_exit(void)
void sig_handle(int sig)
{
switch (sig) {
case SIGINT:
dns_server_stop();