Feature: add domain-set option, simplify domain name rule settings

This commit is contained in:
Nick Peng
2022-09-08 00:41:17 +08:00
parent 8532205844
commit 1f1fd118de
7 changed files with 554 additions and 53 deletions

View File

@@ -495,7 +495,7 @@ static int _smartdns_create_logdir(void)
return -1;
}
chown(logdir, uid, gid);
unused = chown(logdir, uid, gid);
return 0;
}