Initial commit for interface based ACL.

This commit is contained in:
George Thessalonikefs
2022-09-11 20:21:32 +02:00
parent 007db2c327
commit c30bdff939
32 changed files with 4865 additions and 4259 deletions
+1 -1
View File
@@ -618,7 +618,7 @@ int main(int argc, char* argv[])
printf("error: pass server IP address on commandline.\n");
usage(nm);
}
if(!extstrtoaddr(argv[0], &info.dest, &info.destlen)) {
if(!extstrtoaddr(argv[0], &info.dest, &info.destlen, UNBOUND_DNS_PORT)) {
printf("Could not parse ip: %s\n", argv[0]);
exit(1);
}